Skip to content

Commit

Permalink
Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Nov 21, 2024
1 parent ccf476e commit 4fbaf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Server {
await this.http.ready();
console.log(this.http.printRoutes());
await this.http.listen({
port: 8888,
port: 3000,
host: '::',
backlog: 512,
signal: abortSignal,
Expand Down

0 comments on commit 4fbaf51

Please sign in to comment.