You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remote flag not working for preview command's cache population
6
+
7
+
Previously, passing the `--remote` flag when running `opennextjs-cloudflare preview --remote` would not result in the remote preview binding being populated, and would throw errors due to a missing preview flag when populating Workers KV. The remote flag is now supported for the cache popoulation step when running the preview command.
8
+
9
+
-`opennextjs-cloudflare preview --remote` will populate the remote binding for the preview ID specified in your Wrangler config.
10
+
-`opennextjs-cloudflare preview` will continue to populate the local binding in your Wrangler config.
0 commit comments