This commit is contained in:
parent
8df9023463
commit
61337e35ee
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue