فهرست منبع

Конфиг 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"
+}