mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
feat(dev) make webpack-dev-server listen on all interfaces
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
a63a344f6e
commit
c2488f4071
@@ -242,7 +242,7 @@ function getDevServerConfig() {
|
||||
warnings: false
|
||||
}
|
||||
},
|
||||
host: '127.0.0.1',
|
||||
host: '::',
|
||||
hot: true,
|
||||
proxy: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user