Compare commits

..

No commits in common. "3b15fc8b172306203b0e0293c491b85cab2d34b3" and "9d9f8f35ca8538b6ff3cd2dd1ec126278ce59e9f" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
// CI/CD test

View File

@ -1,24 +0,0 @@
module.exports = {
apps: [
{
name: 'aeroecho-backend',
cwd: './backend',
script: 'npm',
args: 'start',
env: {
NODE_ENV: 'production',
PORT: 3001
}
},
{
name: 'aeroecho-frontend',
cwd: './frontend',
script: 'npm',
args: 'start',
env: {
NODE_ENV: 'production',
PORT: 3000
}
}
]
};