remove start port

This commit is contained in:
drupaldev143
2024-12-10 14:21:39 +03:30
parent 81a370f7fa
commit 33d9fdf52c
2 changed files with 2 additions and 23189 deletions
-23187
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start -p 8002", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
@@ -25,7 +25,7 @@
"i": "^0.3.7", "i": "^0.3.7",
"jalaali-react-date-picker": "^1.0.18", "jalaali-react-date-picker": "^1.0.18",
"jalali-moment": "^3.3.11", "jalali-moment": "^3.3.11",
"next": "14.2.3", "next": "^14.2.20",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"npm": "^10.8.2", "npm": "^10.8.2",
"react": "^18.0.0", "react": "^18.0.0",