This commit is contained in:
eric
2025-12-06 02:46:28 +08:00
parent 72764015da
commit 3ffb59153c

View File

@@ -17,7 +17,7 @@
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"start": "next start --port 3001",
"typecheck": "tsc --noEmit"
},
"dependencies": {