dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions

6
webpack.mix.js vendored
View File

@@ -23,4 +23,10 @@ mix.js('resources/js/main.js', 'public/js')
}
},
})
.options({
hmrOptions: {
host: '172.20.10.5',
port: '8080'
},
})
.disableNotifications();