mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
make personal token for the users
This commit is contained in:
Vendored
+6
-6
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user