According to the docs, the railway up command will fail for projects over 50MB. Indeed, after I tried to deploy with railway up I get the 413 Payload too large error. I want to manually deploy my NodeJS project but because of my node_modules being 240MB I can't. How can I deploy my project from CLI? Or do I need to push some bs commit to my repo?
edit: after some reading it seems to be that node_modules should be ignored because it is in my gitignore. That means the project's size is way below 50MB, so railway up should work but it doesn't.