Add config and controllers to BS watch
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user