mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
config(webpack): Listen on localhost by default. (#16703)
This commit is contained in:
@@ -250,7 +250,7 @@ function getDevServerConfig() {
|
|||||||
warnings: false
|
warnings: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
host: '::',
|
host: 'localhost',
|
||||||
hot: true,
|
hot: true,
|
||||||
proxy: [
|
proxy: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user