Skip to content

Commit 2b827a8

Browse files
committed
build: move back to port 8601
Thanks @champierre and @takaokouji, and sorry for the trouble!
1 parent 3364fd2 commit 2b827a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const distConfig = baseConfig.clone()
9595

9696
// build the examples and debugging tools in `build/`
9797
const buildConfig = baseConfig.clone()
98-
.enableDevServer(process.env.PORT || 8602)
98+
.enableDevServer(process.env.PORT || 8601)
9999
.merge({
100100
entry: {
101101
gui: './src/playground/index.jsx',

0 commit comments

Comments
 (0)