From f5d1a73b26513f83decfd65346f6776c9615d665 Mon Sep 17 00:00:00 2001 From: Taly Date: Thu, 9 Jun 2022 14:02:19 +0300 Subject: [PATCH] Create nodemon.json --- nodemon.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nodemon.json diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..063c303 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,13 @@ +{ + "verbose": true, + "ignore": [ + ".git", + "node_modules", + "public", + "src/frontend" + ], + "watch": [ + "**/*" + ], + "ext": "js,twig" +}