improvement: a port issue for local dev fixed.

This commit is contained in:
2026-05-03 20:29:58 +03:30
parent 5682da87aa
commit 4c61885cef
3 changed files with 58 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"