An open API service indexing awesome lists of open source software.

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

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
```