diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /pm2.json | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'pm2.json')
| -rw-r--r-- | pm2.json | 22 |
1 files changed, 9 insertions, 13 deletions
@@ -1,15 +1,11 @@ { - "apps": [ - { - "name": "chibisafe", - "script": "npm", - "args": "run start", - "env": { - "NODE_ENV": "production" - }, - "env_production": { - "NODE_ENV": "production" - } - } - ] + "apps": [ + { + "name": "hostess", + "script": "npm", + "args": "run start", + "env": { "NODE_ENV": "production" }, + "env_production": { "NODE_ENV": "production" } + } + ] } |