Browse Source

Конфиг nodemon

Book Pauk 6 năm trước cách đây
mục cha
commit
12f9b7a401
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      nodemon.json

+ 5 - 0
nodemon.json

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