diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 09:02:31 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 09:02:31 +0200 |
| commit | 490214f0a9be03130cf535bc5ae0b8aa3c6c16db (patch) | |
| tree | b972eb6032739b3ac9f09e91dca918b977c1adec /package.json | |
| parent | 5ffaa448fbf025faae03756ab7e1ed2bf15507c4 (diff) | |
Add cloudflare adapter
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index e8cc787..5792e0a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "astro": "astro" }, "dependencies": { + "@astrojs/cloudflare": "^12.6.9", "@astrojs/react": "^4.3.1", "@tailwindcss/vite": "^4.1.13", "@types/react": "^19.1.13", @@ -18,4 +19,4 @@ "react-dom": "^19.1.1", "tailwindcss": "^4.1.13" } -}
\ No newline at end of file +} |
