Upgrade bullmq-admin
This commit is contained in:
@ -105,8 +105,8 @@ const run = async () => {
|
||||
serverAdapter.getRouter()
|
||||
)
|
||||
|
||||
app.listen(8080, () => {
|
||||
console.log('Running on 8080...')
|
||||
app.listen(process.env.PORT ?? 8080, () => {
|
||||
console.log(`Running on ${process.env.PORT ?? 8080}...`)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user