fix(ui): fix webpack setup

This commit is contained in:
sylenien 2022-11-29 10:30:02 +01:00
parent c047ff166a
commit efcb317d6b

View file

@ -132,10 +132,12 @@ const config: Configuration = {
devServer: {
// static: path.join(__dirname, "public"),
historyApiFallback: true,
host: 'localhost',
host: '0.0.0.0',
open: true,
port: 3333,
hot: true,
compress: true,
allowedHosts: "all",
},
};