pm2 / cron worker to send reminder

This commit is contained in:
lesion
2019-03-10 01:01:23 +01:00
parent e41de7208c
commit 6ed639d94b
39 changed files with 264 additions and 105 deletions

View File

@@ -3,7 +3,7 @@
"main": "server.js",
"scripts": {
"serve": "NODE_ENV=production nodemon server.js",
"dev": "NODE_ENV=development nodemon server.js"
"dev": "NODE_ENV=development nodemon app/server.js"
},
"dependencies": {
"bcrypt": "^3.0.2",