Skip to content

Commit 4137d3f

Browse files
committed
Change port range
1 parent 059ecb4 commit 4137d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/main/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let checkTimes = 1;
1313

1414
async function runServer() {
1515
port = await portfinder.getPortPromise({
16-
port: 9001, // minimum port
17-
stopPort: 9999, // maximum port
16+
port: 12283, // minimum port
17+
stopPort: 13283, // maximum port
1818
});
1919
const cmd = `./k8z --port ${port}`;
2020
const serverPath = app.isPackaged

0 commit comments

Comments
 (0)