Skip to content

Commit affd6c4

Browse files
disable cloudflare
1 parent 4187c38 commit affd6c4

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

astro.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,5 @@ export default defineConfig({
1212
host: true,
1313
port: 8080
1414
},
15-
output: "hybrid",
16-
adapter: cloudflare({
17-
runtime: "local",
18-
routes: {
19-
strategy: 'include',
20-
include: ['/auth/*']
21-
}
22-
})
15+
output: "hybrid"
2316
});

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/cloudflare": "^7.5.3",
1413
"@astrojs/mdx": "^1.1.0",
1514
"@astrojs/rss": "^3.0.0",
1615
"@astrojs/sitemap": "^3.0.0",
1716
"@astrojs/tailwind": "^5.0.0",
18-
"@cloudflare/workers-types": "github:cloudflare/workers-types",
1917
"@lucia-auth/adapter-sqlite": "^2.0.0",
2018
"@lucia-auth/oauth": "^3.3.1",
2119
"@tailwindcss/typography": "^0.5.10",

wrangler.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)