added pm2 start config
This commit is contained in:
parent
6dc0f8b743
commit
0504c7f8c5
1 changed files with 9 additions and 0 deletions
9
ecosystem.config.js
Normal file
9
ecosystem.config.js
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
export const apps = [
|
||||||
|
{
|
||||||
|
name: 'MinecraftServerController',
|
||||||
|
port: '6060',
|
||||||
|
exec_mode: 'fork',
|
||||||
|
instances: 1,
|
||||||
|
script: './.output/server/index.mjs'
|
||||||
|
}
|
||||||
|
];
|
Loading…
Add table
Reference in a new issue