pm2 only for dev; production uses docker-compose auto-restart

This commit is contained in:
brian
2021-03-25 15:52:47 -04:00
parent 90f5466317
commit 27861adeb8
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -6,9 +6,11 @@
"repository": "https://git.sakal.us/brian/pastebin-server.git",
"author": "Brian Sakal <brian@sakal.us>",
"license": "MIT",
"devDependencies": {
"pm2": "^4.5.5"
},
"dependencies": {
"express": "^4.17.1",
"pg": "^8.5.1",
"pm2": "^4.5.5"
"pg": "^8.5.1"
}
}