We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b41c3f commit 9fb76f6Copy full SHA for 9fb76f6
webpack.dev.cjs
@@ -77,6 +77,7 @@ const config = {
77
},
78
devServer: {
79
contentBase: path.join(__dirname, 'dist'),
80
+ host: '0.0.0.0',
81
port: 7050,
82
hot: true,
83
open: true,
0 commit comments