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