I have a page that displays data stored in an R2 repository. This data is produced by another external process, meaning it would be far more convenient to access the real data while developing my page.
I see wranger dev
has a --remote
option, that allows you to access the remote data, unfortunately, this is not available for wrangler pages dev
.
Is there a way to rig pages
to achieve access to the remote R2 data?