7th_fix port

This commit is contained in:
beabigegg
2025-09-03 17:08:22 +08:00
parent 00061adeb7
commit 3b1bbcd2bc
13 changed files with 224 additions and 30 deletions

View File

@@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 12012",
"build": "next build",
"start": "next start",
"start": "next start -p 12012",
"lint": "next lint",
"type-check": "tsc --noEmit"
},