remove port in package scripts

This commit is contained in:
2026-05-16 08:16:20 +04:00
parent 53d6a9c7f0
commit 70daeb0006
+2 -2
View File
@@ -15,9 +15,9 @@
}, },
"scripts": { "scripts": {
"lint": "xo", "lint": "xo",
"dev": "next dev -p 3001", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start -p 3001" "start": "next start"
}, },
"dependencies": { "dependencies": {
"@emotion/cache": "^11.11.0", "@emotion/cache": "^11.11.0",