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
[wrangler] feature: enable persistent storage in local mode by default (#3188)
* feature: enable persistent storage in local mode by default
Wrangler will now persist local KV, R2, D1, Cache and Durable Object
data in the `.wrangler` folder, by default, between reloads. This
persistence directory can be customised with the `--persist-to` flag.
The `--persist` flag has been removed, as this is now the default
behaviour.
* fixup! feature: enable persistent storage in local mode by default
Make change for Pages too
0 commit comments