We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ee979 commit 185b6d8Copy full SHA for 185b6d8
Dummy App/server/index.js
@@ -44,7 +44,7 @@ app.get('/search', async (req, res) => {
44
}
45
})
46
47
-const port = 8081
+const port = 8081 || process.env.PORT
48
app.listen(port, () => {
49
console.log(`App listening on port ${port}`)
50
0 commit comments