mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
added helper to rerun app when it crashes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ node_modules
|
|||||||
secrets/
|
secrets/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
config.json
|
config.json
|
||||||
coverage
|
coverage
|
||||||
|
log.txt
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
"@fluxerjs/core": "^1.0.9",
|
"@fluxerjs/core": "^1.0.9",
|
||||||
"pg": "^8.18.0",
|
"pg": "^8.18.0",
|
||||||
"pg-hstore": "^2.3.4",
|
"pg-hstore": "^2.3.4",
|
||||||
|
"pm2": "^6.0.14",
|
||||||
"sequelize": "^6.37.7",
|
"sequelize": "^6.37.7",
|
||||||
"tmp": "^0.2.5"
|
"tmp": "^0.2.5"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user