Closed jebuskhoury closed 2 years ago
The bot is also seems offline after I run yarn dev
@jebuskhoury Can you show the logs/error that you see when running yarn dev
?
FYI In the latest version I have removed the hardcoded PORT. Not sure if it helps with your issue.
Hey, Im getting this message everytime I try to run
yarn dev
command, Did I do anything wrong ? I changed before the package.json from:"ts-run": "PORT=4000 ts-node src/server.ts"
to"ts-run": "SET PORT=4000 ts-node src/server.ts"