init
This commit is contained in:
12
bbs-go-active/site/ecosystem.config.js
Normal file
12
bbs-go-active/site/ecosystem.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "bbs-go-site",
|
||||
port: "3000",
|
||||
// exec_mode: "cluster",
|
||||
// exec_mode: "fork",
|
||||
// instances: "max",
|
||||
script: "./.output/server/index.mjs",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user