What's the recommended way to use environment variables in a SvelteKit project?
Hello,
I'm new to workers and want to know how I can manage and access environment variables in a SvelteKit project with Vite, the docs are really vague and confusing on how and the SvelteKit docs mention using
getPlatformProxy
but I'm not sure if it's for local development only or also prod, How am I supposed to use them?2 Replies