Svelte 5 not working with Farm.
bun create farm@latestsvelte template.cd farm-projectbun 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.