Update dependency @astrojs/cloudflare to v10 #85

Merged
jahanson merged 5 commits from renovate/astrojs-cloudflare-10.x into main 2024-03-28 13:28:18 -05:00
Showing only changes of commit b122db9cc1 - Show all commits

View file

@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare";
export default defineConfig({
integrations: [tailwind()],
output: "server",
adapter: cloudflare({ mode: 'directory' })
adapter: cloudflare(),
});