9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
export const apps = [
|
|
{
|
|
name: 'ServerPanel',
|
|
port: '6060',
|
|
exec_mode: 'fork',
|
|
instances: 'max',
|
|
script: './.output/server/index.mjs'
|
|
}
|
|
];
|