2 years ago
is there a way i can have railway directly do pnpm dev and serve port 3000 instead of building beforehand?
23 Replies
2 years ago
like avoid running pnpm run build?
2 years ago
gotcha, may i first inquire as to why you want to run dev and not maybe a production build?
its only a preview environment and i have too many typeerrors i still need to fix
2 years ago
what framework?
2 years ago
i'd much prefer to help you come to a proper solution here, running a dev server is unstable and costly
2 years ago
CI=FALSE?
2 years ago
Setting an environment variable named CI to False should ignore warnings. Not sure if it’s applicable here, but worth a shot
2 years ago
neither
2 years ago
try setting TSC_COMPILE_ON_ERROR=true -
2 years ago
did you try CI=false
2 years ago
nope, can you look into how to disable type checking with tsc, it would not be railway specific
