Skip to content

Commit

Permalink
Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
z3orc committed Aug 7, 2022
1 parent fa389e2 commit a721552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/stop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ora from "ora";
export async function stop() {
const spinner = ora("Stopping server").start();

const client = net.createConnection({ port: 9000 }, () => {
const client = net.createConnection({ port: 25585 }, () => {
client.write(`stop\n`);
});

Expand Down

0 comments on commit a721552

Please sign in to comment.