- removed invoicing from oasis

This commit is contained in:
Peter Papp
2021-05-13 09:31:16 +02:00
parent f5958dda57
commit 3af8bff13b
43 changed files with 1227 additions and 4900 deletions

4
webpack.mix.js vendored
View File

@@ -34,12 +34,12 @@ mix.js('resources/js/main.js', 'public/js')
clientLogLevel: 'none'
}
})
.options({
/*.options({
hmrOptions: {
host: '192.168.1.198',
port: '8080'
},
})
})*/
.disableNotifications();
if (mix.inProduction()) {