Svelte 5 not working with Farm.
bun create farm@latest
svelte
template.cd farm-project
bun install
- this installs svelte 4bun run dev
- worksbun install svelte@latest @sveltejs/vite-plugin-svelte@latest svelte-check@latest
- this installs svelte 5bun run dev
- this fails.bun run build && bun run preview
- this also fails.