arma
Accessing .dev.vars outside of context
I use CF Workers and Hono to create an API and to read the secret variables in the .dev.vars you have to go through the context (c) but I want to define my client for several globally because i need to use it in multiple routes, did you know how i can do it?
.dev.vars:
index.ts:
4 replies