summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-07-10 13:12:07 +0200
committerYuval Adam <_@yuv.al>2025-07-10 13:12:07 +0200
commitcb4900df47011a85fd04f9dfc7f90e2f01d88b35 (patch)
tree85c0c3b9f601bf913de1743a86776083c5e8c445 /package.json
parent78cedf43bc61be8ace1d85e6f400ff6e719aaa73 (diff)
Add on demand rendering
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 155b1f6..0766941 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"astro": "astro"
},
"dependencies": {
+ "@astrojs/cloudflare": "^12.6.0",
"astro": "^5.11.0"
}
-} \ No newline at end of file
+}