From 643c6d0c95e00cb358404c2a086ee156addf48d7 Mon Sep 17 00:00:00 2001 From: E Date: Mon, 15 Feb 2021 12:18:10 +0000 Subject: [PATCH] Fixed docker restart bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbe7546..8dcc48d 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,sass,css" + "start": "npx nodemon ./bin/www -e js,pug,sass" }, "dependencies": { "@sendgrid/mail": "^7.4.0",