Middleware to log all request path

This commit is contained in:
Dillon Ngo
2024-10-09 14:40:20 +08:00
parent e5a1322602
commit 9429480ffb
2 changed files with 11 additions and 13 deletions
+6 -7
View File
@@ -11,13 +11,12 @@ const mix = require('laravel-mix');
|
*/
mix.webpackConfig({
watchOptions: {
poll: true,
aggregateTimeout: 2000,
},
});
// mix.webpackConfig({
// watchOptions: {
// poll: true,
// aggregateTimeout: 2000,
// },
// });
mix.js('./resources/assets/vue/app.js', 'public/vue')
.vue()
.version()