Replace job costing ro estimator template.

This commit is contained in:
Patrick Fic
2021-05-12 09:40:49 -07:00
parent 6d5e7df234
commit 8dafdba4f8
7 changed files with 6571 additions and 6521 deletions

View File

@@ -0,0 +1,20 @@
module.exports = {
apps: [
{
name: "IO Test API",
cwd: "./io",
script: "./server.js",
env: {
NODE_ENV: "test",
},
},
{
name: "Bitbucket Webhook",
script: "./webhook/index.js",
env: {
NODE_ENV: "production",
},
},
],
};