milktoastlab / SolanaNFTBot

A helpful bot for tracking your Solana NFT project on discord channels.
MIT License
246 stars 130 forks source link

[nodemon] clean exit - waiting for changes before restart #14

Closed jebuskhoury closed 2 years ago

jebuskhoury commented 3 years ago

Hey, Im getting this message everytime I try to run yarn devcommand, 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"

jebuskhoury commented 3 years ago

The bot is also seems offline after I run yarn dev

kryptoj commented 3 years ago

@jebuskhoury Can you show the logs/error that you see when running yarn dev?

kryptoj commented 3 years ago

FYI In the latest version I have removed the hardcoded PORT. Not sure if it helps with your issue.