could someone make a wrangler issue about it?
could someone make a wrangler issue about it?
event.context.cloudflare is not set in requests made from useAsyncData
damn. if i connect via git is direct upload still an option or is it one or the other?



workerd runtime appropriately

event.context.cloudflareimport {
CfProperties,
Request,
ExecutionContext,
R2Bucket,
} from '@cloudflare/workers-types/experimental';
declare module 'h3' {
interface H3EventContext {
cf: CfProperties;
cloudflare: {
request: Request;
env: {
STORAGE_BUCKET: R2Bucket;
};
context: ExecutionContext;
};
}
}