Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 22, 2024
1 parent 21a03fc commit d9278b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function createMemfs() {
* @param {import('../interface').AppConfig['ports']} ports
* @returns {number}
*/
async function resolvePort(ports = [8000]) {
async function resolvePort(ports = [8000, 9000]) {
const [startPort, endPort = startPort + 1] = ports;
const [port] = await findFreePorts(1, { startPort, endPort });

Expand Down

0 comments on commit d9278b5

Please sign in to comment.