Skip to content

Commit

Permalink
Change default port back to the original one
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Jan 12, 2024
1 parent b75186d commit d4ebac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { promisify } from "util"
import { exec as origExec } from "child_process"
const exec = promisify(origExec)

const port = process.env.PORT || 3232
const port = process.env.PORT || 3231

http
.createServer(app.callback())
Expand Down

0 comments on commit d4ebac9

Please sign in to comment.