Skip to content

Commit d668726

Browse files
committed
Update default port
1 parent cf3def6 commit d668726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface IWebpackEnv {
1515

1616
const defaultEnvironment: IWebpackEnv = {
1717
devServerHost: "localhost",
18-
devServerPort: "3093",
18+
devServerPort: "3013",
1919
production: false,
2020
watch: false
2121
};

0 commit comments

Comments
 (0)