worker secrets don't work for me unfortunately .. i set them with `wrangler secret put` but they are
worker secrets don't work for me unfortunately .. i set them with
wrangler secret put but they are empty in my app. I have an export interface Env { FOO_SECRET: string; } in my app but the string is empty.


