We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93509ca commit 6923868Copy full SHA for 6923868
astro.config.mjs
@@ -2,7 +2,6 @@ import {defineConfig} from 'astro/config';
2
import mdx from '@astrojs/mdx';
3
import sitemap from '@astrojs/sitemap';
4
import tailwind from "@astrojs/tailwind";
5
-import cloudflare from "@astrojs/cloudflare";
6
7
// https://astro.build/config
8
export default defineConfig({
package.json
@@ -31,7 +31,6 @@
31
"wrangler": "^3.13.1"
32
},
33
"optionalDependecies": {
34
- "@cloudflare/workerd-darwin-arm64": "^1.20231025.0",
35
"@esbuild/darwin-arm64": "^0.19.5"
36
}
37
src/db.ts
src/env.d.ts
0 commit comments