mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Enable HTTPS and run on all interfaces
This commit is contained in:
parent
16c392951f
commit
b8b4474a99
@ -20,6 +20,9 @@ module.exports = {
|
||||
filename: "[name].js"
|
||||
},
|
||||
devServer: {
|
||||
https: true,
|
||||
allowedHosts: 'all',
|
||||
host: '0.0.0.0',
|
||||
static: {
|
||||
directory: dist,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user