make personal token for the users

This commit is contained in:
Milos Holba
2021-05-07 16:22:31 +02:00
parent 23c0e8b0f7
commit 1ba685c484
7 changed files with 287 additions and 153 deletions
+6 -6
View File
@@ -34,12 +34,12 @@ mix.js('resources/js/main.js', 'public/js')
clientLogLevel: 'none'
}
})
.options({
hmrOptions: {
host: '192.168.1.198',
port: '8080'
},
})
// .options({
// hmrOptions: {
// host: 'vuefilemanager.test',
// port: '80'
// },
// })
.disableNotifications();
if (mix.inProduction()) {