mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
host specified in the dev server config
This commit is contained in:
parent
a0b7220cc5
commit
1378789a58
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: true
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue