Skip to content

Commit

Permalink
chore: update port number
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Mar 27, 2024
1 parent 97554eb commit 8d9de67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-plugin-app/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = createConfig('webpack-dev', {
},
},
devServer: {
port: 8082,
port: 8081,
allowedHosts: 'all',
},
});

0 comments on commit 8d9de67

Please sign in to comment.