🔥 improve: no need to watch tailwind.config.js (#3000)
Co-authored-by: Kelly Mears <developers@tinypixel.dev>
This commit is contained in:
@@ -25,11 +25,7 @@ module.exports = async (app) => {
|
|||||||
* These files will trigger a full page reload
|
* These files will trigger a full page reload
|
||||||
* when modified.
|
* when modified.
|
||||||
*/
|
*/
|
||||||
.watch([
|
.watch('resources/views/**/*', 'app/**/*')
|
||||||
'tailwind.config.js',
|
|
||||||
'resources/views/**/*.blade.php',
|
|
||||||
'app/View/**/*.php',
|
|
||||||
])
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Target URL to be proxied by the dev server.
|
* Target URL to be proxied by the dev server.
|
||||||
|
|||||||
Reference in New Issue
Block a user