SvelteKit Environment Variables with the SvelteKit $env Module (opens in new tab)
With SvelteKit in the past if you wanted to use a file secret that you didn’t want exposed on the client there was some additional config you needed to do. Vite exposes all variables contained in the file prefixed with to the client. If you...
Read the original article