added cloudflare server render and deploy

This commit is contained in:
zach
2026-02-24 12:37:23 -05:00
parent dfe8254697
commit 585c017e8d
3 changed files with 1368 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
// @ts-check // @ts-check
import { defineConfig } from 'astro/config'; import { defineConfig } from 'astro/config';
import cloudflare from '@astrojs/cloudflare';
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
}); adapter: cloudflare()
});

1367
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"astro": "^5.17.1", "astro": "^5.17.1",
"bootstrap": "^5.3.8", "bootstrap": "^5.3.8",
"chalk": "^5.6.2", "chalk": "^5.6.2",