mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
7 lines
289 B
Markdown
7 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
|