pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno

Home Page:https://svelte-adapter-deno.deno.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment variables ($env/static/private)

r-moore opened this issue · comments

SvelteKit supports loading environment variables by importing from $env, but these don't seem to work on Deno Deploy

Maybe because deno uses Deno.env rather than import.meta.env so the adapter would need to translate any references?

commented

@jpaquim any news on this?

commented

also interested.