Skip to content

Commit

Permalink
Update app
Browse files Browse the repository at this point in the history
  • Loading branch information
kuukuuuruyuk committed Oct 1, 2022
1 parent 1fb190d commit e0bf799
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RABBITMQ_SERVER=
UPLOADS_DIRECTORY=

MAIL_HOST=
MAil_PORT=
MAIL_PORT=
MAIL_ADDRESS=
MAIL_PASSWORD=

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ node_modules/
package-lock.json

/.vscode

consumer/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/server.js",
"prod": "node ./src/server.js",
"prod": "NODE_ENV=production node ./src/server.js",
"consume": "node ./consumer/consume.js",
"lint": "npx eslint ./src",
"migrate": "node-pg-migrate",
"fix": "npx eslint ./src --fix"
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"migrate": "node-pg-migrate"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e0bf799

Please sign in to comment.