diff --git a/resources/assets/config.json b/resources/assets/config.json index 4dfdb17..9a47eb4 100644 --- a/resources/assets/config.json +++ b/resources/assets/config.json @@ -13,6 +13,9 @@ "proxyUrl": "http://localhost:3000", "cacheBusting": "[name]_[hash:8]", "watch": [ - "{app,resources/views}/**/*.php" + "app/**/*.php", + "config/**/*.php", + "resoruces/controllers/**/*.php", + "resources/views/**/*.php" ] }