Forgot to uncomment a line

This commit is contained in:
Esther
2020-12-23 11:53:42 +00:00
parent b8d9455f8c
commit 1071d9648b
2 changed files with 2 additions and 2 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"
"start": "npx nodemon ./bin/www -e js,pug,sass,css"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",