Parcourir la source

Конфиг nodemon

Book Pauk il y a 6 ans
Parent
commit
12f9b7a401
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      nodemon.json

+ 5 - 0
nodemon.json

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