We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059ecb4 commit 4137d3fCopy full SHA for 4137d3f
ui/src/main/server.ts
@@ -13,8 +13,8 @@ let checkTimes = 1;
13
14
async function runServer() {
15
port = await portfinder.getPortPromise({
16
- port: 9001, // minimum port
17
- stopPort: 9999, // maximum port
+ port: 12283, // minimum port
+ stopPort: 13283, // maximum port
18
});
19
const cmd = `./k8z --port ${port}`;
20
const serverPath = app.isPackaged
0 commit comments