Skip to content

Commit

Permalink
chore: change port to process.env.PORT for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored Nov 3, 2023
1 parent 076d78f commit 121a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ for (const script of babashkaScripts) {
console.log(`Babashka script ${script.file} was registered successfully in ${script.method} ${script.route}`)
}

app.listen(3000, () => console.log('Listening!'))
app.listen(process.env.PORT, () => console.log('Listening!'))

0 comments on commit 121a741

Please sign in to comment.