accessing env vars outside of worker
Is it possible to access env vars that are defined in the wrangler.toml file outside of workers? In this particular case I need to pass connection url and auth token to drizzle config file. That file is located in the root of the project and has nothing to do with workers. I am hesitant to insert credential hardcoded as is in the config file
0 Replies