Example of using SST Secrets with SvelteKit
npx sst secrets set TEST_SECRET "not a secret anymore"
npx sst secrets get TEST_SECRET
npx sst secrets list
First
npx sst dev
Then
npm run dev
Hit the url that comes out and the secret should be revealed