https://github.com/giraugh/astro-svelte-5-cloudflare-repro
Reproduction of astro + svelte 5 + cloudflare adapter issue
https://github.com/giraugh/astro-svelte-5-cloudflare-repro
Last synced: about 1 month ago
JSON representation
Reproduction of astro + svelte 5 + cloudflare adapter issue
- Host: GitHub
- URL: https://github.com/giraugh/astro-svelte-5-cloudflare-repro
- Owner: giraugh
- Created: 2024-10-02T00:32:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T00:34:27.000Z (7 months ago)
- Last Synced: 2025-03-20T10:07:27.467Z (about 1 month ago)
- Language: Astro
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Svelte 5 Cloudflare Adapter Issue Reproduction
Running
```
pnpm install
pnpm run build
pnpm run preview:cloudflare
```Can also run the build in DEV to get better error output
```
pnpm install
NODE_ENV=development pnpm run build --mode development
pnpm run preview:cloudflare
```