This commit is contained in:
parent
ff7046a62c
commit
656474f1c9
|
|
@ -11,6 +11,7 @@
|
||||||
"dev": "next dev -H 0.0.0.0",
|
"dev": "next dev -H 0.0.0.0",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
|
"start:prod": "npm run build && pm2 start npm --name \"chatai-ui\" -- run start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"lint:fix": "next lint --fix",
|
"lint:fix": "next lint --fix",
|
||||||
"analyze": "ANALYZE=true npm run build",
|
"analyze": "ANALYZE=true npm run build",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue