3 of 6 standards met
Describe the problem when init a new svelte project the CLI ask how u would like setup your new project. this is great DX, but i think this would be better if you add cloudflare D1 and D1 driver with drizzle Describe the proposed solution | sveltekit-adapter: Which SvelteKit adapter would you like to use? โ cloudflare โ โ sveltekit-adapter: Are you deploying to Workers (assets) or Pages? โ Workers drizzle: Which database would you like to use? โ cloudflare D1 โ โ drizzle: Which SQLite client would you like to use? โ d1 Importance would make my life easier
All three platforms now support AsyncLocalStorage natively (Node.js on Vercel/Netlify, nodejs_compat on Cloudflare). The Paraglide docs recommending disabling it appear outdated, they predate Cloudflare's nodejs_compat and Vercel's Fluid Compute. The Paraglide docs seems wrong/outdated! We should probably feed this back! cc @azezsan @sacrosanctic
Repository: sveltejs/cli. Description: The Svelte CLI Stars: 455, Forks: 78. Primary language: TypeScript. Languages: TypeScript (71.7%), JavaScript (23.5%), Svelte (4%), CSS (0.3%), HTML (0.2%). License: MIT. Homepage: https://svelte.dev/docs/cli Topics: cli, sv, svelte, svelte-migrate. Latest release: sv@0.12.4 (1h ago). Open PRs: 4, open issues: 16. Last activity: 1h ago. Community health: 62%. Top contributors: manuel3108, github-actions[bot], jycouet, AdrianGonz97, benmccann, Rich-Harris, sacrosanctic, hyunbinseo, teemingc, GrygrFlzr and others.
TypeScript
Last 12 weeks ยท 75 commits
Paraglide recommends Disabling AsyncLocalStorage in serverless environments. During the creation of a project, if the adapter chosen is a serverless adapter, that setting should be set by default.