a year ago
is there a way i can have railway directly do pnpm dev and serve port 3000 instead of building beforehand?
23 Replies
a year ago
like avoid running pnpm run build?
a year 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
a year ago
what framework?
a year ago
i'd much prefer to help you come to a proper solution here, running a dev server is unstable and costly
a year ago
CI=FALSE?
a year ago
Setting an environment variable named CI to False should ignore warnings. Not sure if it’s applicable here, but worth a shot
a year ago
neither
a year ago
try setting TSC_COMPILE_ON_ERROR=true -
a year ago
did you try CI=false
a year ago
nope, can you look into how to disable type checking with tsc, it would not be railway specific
