Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 22, 2024
2 parents eb5e84c + b229c78 commit d3bec3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ecosystem.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
apps: [
{
name: "share-front",
port: "4000",
exec_mode: "cluster",
instances: "max",
script: "./.output/server/index.mjs",
},
],
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"pluginDev": "zhi-build --watch",
"build": "bash scripts/build.sh",
"nodeBuild": "bash scripts/node.sh",
"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 d3bec3a

Please sign in to comment.