chore(ops): restore all source files in newwhats.clube67.com
continuous-integration/webhook Falha no deploy de clube67_newwhats.local (VPS 4)
continuous-integration/webhook Falha no deploy de clube67_newwhats.local (VPS 4)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'newwhats-backend',
|
||||
script: 'npm',
|
||||
args: 'run dev',
|
||||
cwd: '/home/deploy/projetos/newwhats.local/backend',
|
||||
watch: false, // tsx watch já cuida do reload
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
},
|
||||
// Mostra logs coloridos no pm2 logs
|
||||
time: true,
|
||||
},
|
||||
{
|
||||
name: 'newwhats-frontend',
|
||||
script: 'npm',
|
||||
args: 'run dev',
|
||||
cwd: '/home/deploy/projetos/newwhats.local/frontend',
|
||||
watch: false, // next dev tem Fast Refresh nativo
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
},
|
||||
time: true,
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user