This commit is contained in:
hailin 2025-05-18 16:34:32 +08:00
parent 8df9023463
commit 61337e35ee
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"clean": "npm run lint:fix && npm run format:write",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0",
"start": "next start -H 0.0.0.0 -p 6000",
"start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start",
"lint": "next lint",
"lint:fix": "next lint --fix",