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