This commit is contained in:
张成
2025-12-22 18:02:06 +08:00
parent 4f3ea34334
commit 126e983414

15
ecosystem.config.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
apps: [
{
name: 'autoAiWorkSys',
script: 'app.js',
env: {
NODE_ENV: 'development'
},
env_production: {
NODE_ENV: 'production'
}
}
]
}