An example of how to use public and private environment variables in SvelteKit.
Copy the sample.env file to .env to run the example:
sample.env
.env
cp sample.env .env
Then run the app:
pnpm run dev