Ver Fonte

Конфиг nodemon

Book Pauk há 6 anos atrás
pai
commit
12f9b7a401
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      nodemon.json

+ 5 - 0
nodemon.json

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