mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'dashboard',
|
|
port: '3010',
|
|
exec_mode: 'fork',
|
|
script: './.output/server/index.mjs',
|
|
}
|
|
]
|
|
} |