diff --git a/.gitignore b/.gitignore index f438c47..8338342 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules secrets/ package-lock.json config.json -coverage \ No newline at end of file +coverage +log.txt \ No newline at end of file diff --git a/package.json b/package.json index aefcf6a..9c48707 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@fluxerjs/core": "^1.0.9", "pg": "^8.18.0", "pg-hstore": "^2.3.4", + "pm2": "^6.0.14", "sequelize": "^6.37.7", "tmp": "^0.2.5" },