-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
opennextjs/docs
#167Labels
Description
Is your feature request related to a problem?
While developing with next dev
it would be nice to connect to remote bindings.
Note, this is different than #254. My ask is for remote binding during the dev server, not at build time.
Describe the solution you'd like
The only hook that I see this working with is initOpenNextCloudflareForDev()
, so adding an options map to it with env
and remote
fields that mirror the wrangler cli.
Describe alternatives you've considered
opennextjs-cloudflare && wrangler dev --env production --remote
, though this means I have to rebuild to iterate on app changes.
@opennextjs/cloudflare version
0.5.10
Additional context
No response
Before submitting
- I have checked that there isn't already a similar feature request
- This is a single feature (not multiple features in one request)
titouv, enu-kuro, Yaphet2015, mohsentaleb and ha1fstack