A pattern for how to handle ENV in SvelteKit on the back and front end. I basically sidestep the VITE_ prefix approach and just pass things through via the session.
I stood on the shoulders of the giants over at wickedtemplates (https://www.wickedtemplates.com) who open sourced wickedblocks (https://blocks.wickedtemplates.com/) and built their tailwind templates into individual components powered by lit-html, which is now called Lit (https://lit.dev/)
Adding another tiny package to the NodeJS package heap for functionality that I just couldn't seem to find in other similarly sized packages.
A code snippet for running containers from your super simple tape (https://github.com/substack/tape) NodeJS E2E tests