pm2 only for dev; production uses docker-compose auto-restart
This commit is contained in:
+4
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user