Astro local request.cf properties.

Anyone know how to get the request.cf properties to show up on Astro when running locally? When deployed all request.cf properties are there as expected but want to have it for local testing also.
5 Replies
Hello, I’m Allie!
You would have to get local dev to hook into wrangler somehow, which I don’t actually know if it can do? IIRC, it only actually builds your functions on a build, not in dev
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View
Unsmart
Unsmart15mo ago
Ahh yeah thats what I did last time nodemon + using the dist output thanks @paganmuffin
mukhtharcm
mukhtharcm13mo ago
Is there any Idea nodemon isn't restarting on file changes?
Advany
Advany12mo ago
@paganmuffin thanks so much for this!!!!