d151d9f3f2
* enable access to cloudflare runtime * added get runtime api added context to the runtime in "advanced" mode * added typings and adjusted some return vars * added default types * added usage description to changeset and readme Co-authored-by: AirBorne04 <unknown> Co-authored-by: AirBorne04 <>
6 lines
289 B
Markdown
6 lines
289 B
Markdown
---
|
|
'@astrojs/cloudflare': patch
|
|
---
|
|
|
|
enable access to cloudflare runtime [KV, R2, Durable Objects]
|
|
- access native cloudflare runtime through `import { getRuntime } from "@astrojs/cloudflare/runtime"` now you can call `getRuntime(Astro.request)` and get access to the runtime environment
|