update deploy scripts + dashboard ecosystem

This commit is contained in:
Emily
2025-01-28 15:29:20 +01:00
parent 19b7c7664a
commit 39b8dd84f1
4 changed files with 85 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: 'Dashboard',
port: '3010',
exec_mode: 'fork',
script: './.output/server/index.mjs',
}
]
}