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