Initial commit: OmniAI backend server

This commit is contained in:
stringadmin
2026-06-02 13:14:10 +08:00
commit 56955e32f7
73 changed files with 25834 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module.exports = {
apps: [{
name: 'omniai-server',
script: './src/index.js',
instances: 4,
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
},
max_memory_restart: '512M',
merge_logs: true,
}],
};