Delete dashboard/ecosystem.config.js

This commit is contained in:
Emily
2025-01-30 14:36:11 +01:00
committed by GitHub
parent 8183ae1e68
commit 88cec21df1

View File

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