R
Railway5mo ago
Soap

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
Percy
Percy5mo ago
Project ID: N/A
Brody
Brody5mo ago
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
Soap
Soap5mo ago
ive managed to fix it by making a package.json outside of the bot folder
Brody
Brody5mo ago
glad you could solve it
Soap
Soap5mo ago
thanks!