The Alpine Gotcha: Dockerizing a pnpm Monorepo
Reaching for the smallest base image felt responsible. Then pnpm needed a C toolchain, Wrangler needed a newer Node, and the "small" image cost me an afternoon.
Reaching for the smallest base image felt responsible. Then pnpm needed a C toolchain, Wrangler needed a newer Node, and the "small" image cost me an afternoon.
I wanted Biome everywhere. Its .astro and .svelte support is still experimental, and I don't trust it with my markup yet. Here is the hybrid setup I landed on, and the composite lint script that ties it together.
Those .d.ts files are not just for libraries. Ambient declarations let you type globals, untyped modules, and assets without importing a thing.