I don't suppose there's a way to get wrangler to execute a file such that at any entrypoint I can ge
I don't suppose there's a way to get wrangler to execute a file such that at any entrypoint I can get access to the env values - even if that means it just calls fetch() as part of the script entrypoint? as a hack I could just call the script via http, but was looking for something a bit more native?

