Skip to content

Commit 9fb76f6

Browse files
committed
build: add public port
1 parent 4b41c3f commit 9fb76f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.dev.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const config = {
7777
},
7878
devServer: {
7979
contentBase: path.join(__dirname, 'dist'),
80+
host: '0.0.0.0',
8081
port: 7050,
8182
hot: true,
8283
open: true,

0 commit comments

Comments
 (0)