Is it possible to access env variables outside "fetch handler"
Hey everyone. I'm trying to set up few libraries that rely on on environment secrets, but it seems as if these secrets are only available on
I am using https://hono.dev as a routing library and believe the only way to set up something like supabase client at the moment is via middleware
Is it correct to assume that this is the only way or am I missing something obvious here that allows me to get env variables in global scope as well? Thank you
env object inside fetch handler?I am using https://hono.dev as a routing library and believe the only way to set up something like supabase client at the moment is via middleware
Is it correct to assume that this is the only way or am I missing something obvious here that allows me to get env variables in global scope as well? Thank you