Liam
Explore posts from serversInstall Newer Version of Node JS in Dockerfile
My project exists in a mono repo and has no package-lock defined in the specific app. Going to fix this at some point since I fully understand its bad practice, but
npm ci
requires that the packge-lock exists. Just need to do some fiddeling with my monorepo to get it to work properly.11 replies
Running a Bun + pnpm Application on Railway
Only think I have found is this which seems like the behaviour changed at some point https://github.com/oven-sh/bun/discussions/7585
63 replies
Running a Bun + pnpm Application on Railway
Sort of a bun replacement for libraries like
dotenv
. That part is only used in dev, and it does not lead to any errors if the file does not exist and does not overwrite existing enviroment variables.63 replies