build(webui): fix hot reload

This commit is contained in:
Gauthier Roebroeck 2025-01-22 15:37:13 +08:00
parent b83d7414bc
commit fd3b1aa8b8

View file

@ -13,6 +13,13 @@ module.exports = {
},
},
devServer: {
allowedHosts: 'all',
client: {
webSocketURL: 'ws://0.0.0.0:8081/ws',
},
},
// custom rule for readium and r2d2bc css that needs to be made available, but untouched
configureWebpack: {
module: {