Skip to content

Commit

Permalink
chore: new startup way
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 21, 2024
1 parent 421ba67 commit 42ab7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pluginDev": "zhi-build --watch",
"build": "bash scripts/build.sh",
"nodeBuild": "bash scripts/node.sh",
"start": "npm run nodeBuild && pm2 start ecosystem.config.cjs",
"start": "pm2 start ecosystem.config.cjs",
"cloudflareBuild": "bash scripts/cloudflare.sh",
"vercelBuild": "bash scripts/vercel.sh",
"pluginBuild": "zhi-build --production",
Expand Down

0 comments on commit 42ab7f4

Please sign in to comment.