diff --git a/app.js b/app.js index 1982924..f957e98 100644 --- a/app.js +++ b/app.js @@ -26,7 +26,7 @@ if (process.env.NODE_ENV === 'production') { app.use(mLogger('dev')); } -//app.use(helmet()); +app.use(helmet()); app.use(express.json()); app.use(express.urlencoded({ extended: false })); app.use(cookieParser()); diff --git a/package.json b/package.json index 7f12f31..b4dfc69 100644 --- a/package.json +++ b/package.json @@ -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",