Hey @rexkyle
Glad to have you as part of the community
Can add backticks to the console.log()
statement so you can see the full message when the server starts, please?
For example:
console.log(`Server started on POST ${process.env.PORT}....`)
Just want to rule out that itβs not starting up someplace else