fix port mapping

This commit is contained in:
SennayT
2026-06-06 09:56:57 +03:00
parent 4b223fc02b
commit 5a4f5969d4
3 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev -p 5184",
"build": "next build",
"start": "next start -p 5184",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev -p 5174",
"build": "next build",
"start": "next start -p 5174",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},