Enable HTTPS and run on all interfaces

This commit is contained in:
Maximilian Ammann 2021-12-09 18:12:08 +01:00
parent 16c392951f
commit b8b4474a99

View File

@ -20,6 +20,9 @@ module.exports = {
filename: "[name].js"
},
devServer: {
https: true,
allowedHosts: 'all',
host: '0.0.0.0',
static: {
directory: dist,
},