Releases: withastro/adapters
Releases · withastro/adapters
@astrojs/[email protected]
Minor Changes
-
#23
4a03af2
Thanks @alexanderniebuhr! - Adds a new propertypersistTo
which allows setting the directory for local state files when using Cloudflare runtime withastro dev
. This is useful when you want to persist state between restarts of the dev server, for example when using KV, D1, R2 to store data.Additionally, updates the format of the
runtime
configuration and adds a warning when the deprecated format is used. The current format is nowruntime: { mode: 'off' | 'local', persistTo: string }
. See runtime documentation for more information.
@astrojs/[email protected]
Patch Changes
- #21
09d2504
Thanks @alexanderniebuhr! - Updates repository information
@astrojs/[email protected]
Patch Changes
- #21
09d2504
Thanks @alexanderniebuhr! - Updates repository information