Bhavin Kamani
Results
2
comments of
Bhavin Kamani
> Hi! First up thanks for an awesome tool > > I'm bumping into an issue where I'm unable to use `jest-environment-miniflare` for my worker because it's unable to find...
@dario-piotrowicz I have an app with a `.env` file containing mostly public variables (no secrets), as shown below: ``` .env NEXT_PUBLIC_XXX_SERVICE_URL=https://xxx.xxxx.workers.dev NEXT_PUBLIC_YYY_SERVICE_URL=https://yyyy.xxx.workers.dev ``` As far as I know, prepending `NEXT_PUBLIC_...`...