Middleware to log all request path

This commit is contained in:
Dillon Ngo
2024-10-09 14:44:23 +08:00
parent 9429480ffb
commit e0fb9d63d7
2 changed files with 13 additions and 11 deletions
+7 -6
View File
@@ -11,12 +11,13 @@ 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()