How to access secrets added in the dashboard locally?
Hello!
I added the Supabase integration in the Workers dashboard, which automatically added two secrets (
How can I access them when running the worker locally? (if even possible)
When running
I added the Supabase integration in the Workers dashboard, which automatically added two secrets (
SUPABASE_URL & SUPABASE_KEY).How can I access them when running the worker locally? (if even possible)
When running
wrangler secret list I can clearly see them, and when I turn off local mode it works, however then I have the problem of both non-instantaneous changes and objects not being logged.