From a74f19d61d9db17b1819ef8410753f1eb4531daa Mon Sep 17 00:00:00 2001 From: pm9etfw54 <2983150050@qq.com> Date: Sat, 12 Oct 2024 23:37:25 +0800 Subject: [PATCH] ADD file via upload --- nodemon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nodemon.json diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..84b76b5 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,11 @@ + +{ + "ignore": [ + "node_modules", + "dist" + ], + "restartable": "r", + "watch": ["*.*"], + "ext": "html,js,css" +} +