This commit is contained in:
parent
0338fa76ad
commit
1f4f8c84a7
|
|
@ -5,8 +5,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start --port 3008 ",
|
"start": "next start --port 3008 -H 0.0.0.0",
|
||||||
"start2": "next start --port 3008 --hostname 103.39.218.177",
|
"start2": "next start --port 3008 --hostname -H 0.0.0.0",
|
||||||
"pm2": "pm2 start npm --name blogai -- start",
|
"pm2": "pm2 start npm --name blogai -- start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"lint:fix": "next lint --fix",
|
"lint:fix": "next lint --fix",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue