浏览代码

Конфиг nodemon

Book Pauk 6 年之前
父节点
当前提交
12f9b7a401
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      nodemon.json

+ 5 - 0
nodemon.json

@@ -0,0 +1,5 @@
+{
+	"ignore": ["node_modules", ".git", "client/**/*.*"],
+
+	"__exec": "node server"
+}