Skip to content

Commit f65f874

Browse files
committed
fix host
1 parent ba25d32 commit f65f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.dev.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = merge(webpackConfig, {
88
devtool: 'cheap-modules-eval-source-map',
99
mode: 'development',
1010
devServer: {
11-
port: '8022',
11+
port: '8060',
1212
host: 'localhost',
1313
proxy: {
1414
'/api': 'http://127.0.0.1:8020',

0 commit comments

Comments
 (0)