made quick fix
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon src/app.js",
|
||||
"start": "node src/app.js",
|
||||
"docker:start": "node --env-file=.env src/app.js",
|
||||
"start": "NODE_ENV=production node src/app.js",
|
||||
"docker:start": "NODE_ENV=production node --env-file=.env src/app.js",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"migrate": "node-pg-migrate -m ./src/migrations",
|
||||
|
||||
Reference in New Issue
Block a user