This commit is contained in:
Mohammed Al-yaseen
2025-07-28 02:08:21 +03:00
parent 9271f776d7
commit c9998ce4e0
4 changed files with 4 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"start": "PORT=4000 next start",
"lint": "next lint"
},
"dependencies": {