diff --git a/index.ts b/index.ts index 5118810..8fefc5f 100644 --- a/index.ts +++ b/index.ts @@ -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!')) \ No newline at end of file +app.listen(process.env.PORT, () => console.log('Listening!'))