Falkiner
Node Project not starting on the right path
When trying to start my Node Project, I got the error: "Error: Cannot find module '/app/dist/server.js'"
But my start command is: "npm run build && npx prisma migrate deploy && node ./dist/server.js"
I don't know where Railways is pulling that /app/ folder
38 replies