Start Command
Ive currently got a start command of "cd bot && npm run start" because my starting code is in the "bot" folder, but it keeps failing on me, anyone know how i can fix this?
5 Replies
Project ID:
N/A
you would need to show us some errors or something for us to know whats actually going wrong, but you can try removing the custom start command and then setting the root directory to
/bot
ive managed to fix it by making a package.json outside of the bot folder
glad you could solve it
thanks!