mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
serve dev server over https
This commit is contained in:
parent
d1199fc407
commit
bf620ffc81
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ module.exports = (env, argv) => ({
|
|||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
hot: false,
|
||||
inline: false
|
||||
inline: false,
|
||||
https: true
|
||||
},
|
||||
optimization: {
|
||||
minimizer: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue