This commit is contained in:
2025-10-22 03:46:04 +00:00
parent 0d300ff236
commit e0f7db1b1c
2 changed files with 72 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"start": "next start --port 3002",
"lint": "next lint"
},
"dependencies": {