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"
+}