chore: split dev and production deployment env

This commit is contained in:
湛兮
2026-06-05 12:32:16 +08:00
parent 25c3c3e5c0
commit 6953f48344
8 changed files with 342 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@
"scripts": {
"dev": "next dev -p 3210",
"build": "next build",
"build:test": "next build",
"build:prod": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit --incremental false"