Fixed docker restart bug

pull/3/head
E 2021-02-15 12:18:10 +00:00
parent 4d73294d4a
commit 643c6d0c95
No known key found for this signature in database
GPG Key ID: F56420981740B50B
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www -e js,pug,sass,css"
"start": "npx nodemon ./bin/www -e js,pug,sass"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",