Benrobo
Error: Cannot find module '/app/dist/server.js'
I have the following isolated monorepo structure :
/-
packages
- / api
- / app
But i'm just trying to deploy the api on railway only,. I've set the root directory to /packages/api/
and start command to node dist/server.js
each time it tries redeploying i keep getting the error message in the title above. Any idea how this can be resolved?5 replies