update watch glob for views directory (#2892)

This commit is contained in:
Kelly Mears
2021-12-13 15:40:12 -08:00
committed by GitHub
parent 4e1d4ccfaf
commit d1d9dc03bf

View File

@@ -29,7 +29,7 @@ module.exports = async (config) =>
*/
.watch([
'tailwind.config.js',
'resources/views/*.blade.php',
'resources/views/**/*.blade.php',
'app/View/**/*.php',
])