Interiors Fix Begin

This commit is contained in:
2025-08-25 22:39:29 +03:00
parent 528c2b1db4
commit ebf7e01261
9 changed files with 1589 additions and 401 deletions

View File

@@ -1,17 +1,13 @@
module.exports = {
apps: [
{
name: 'threenew-api',
name: 'eev-api',
script: 'server.js',
cwd: '/threenew',
env: { NODE_ENV: 'production', PORT: 4000 }
},
{
name: 'threenew-web',
script: 'serve',
cwd: '/threenew',
args: '-s build -l 3000',
env: { NODE_ENV: 'production' }
cwd: '/three/EEV_Proj',
env: {
NODE_ENV: 'production',
PORT: 4000
}
}
]
}