This commit is contained in:
hailin 2025-04-25 18:22:15 +08:00
parent ff7046a62c
commit 656474f1c9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"analyze": "ANALYZE=true npm run build",