Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | module.exports = { |
2 | apps: [ |
3 | { |
4 | name: "sudobot", |
5 | script: "build/index.js", |
6 | env_production: { |
7 | NODE_ENV: "production" |
8 | }, |
9 | autorestart: true |
10 | } |
11 | ] |
12 | }; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |