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