This commit is contained in:
hailin 2025-04-07 12:58:12 +08:00
parent 0338fa76ad
commit 1f4f8c84a7
1 changed files with 2 additions and 2 deletions

View File

@ -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",