chat
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack --port 3004",
|
||||
"build": "next build",
|
||||
"start": "next start --port 3004",
|
||||
"start": "next start --port 3004 --hostname 0.0.0.0",
|
||||
"start:local": "next start --port 3004 --hostname 0.0.0.0",
|
||||
"pm2:prod": "pm2 start ecosystem.config.cjs --update-env",
|
||||
"lint": "next lint",
|
||||
"postbuild": "next-sitemap"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user