This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Svelte
svelte.dev
did:plc:b6gbde64ngpelprsvnphc2l2
Day 19 — single-file bundles for SvelteKit. By default, your apps use code-splitting to ensure that you only load the code for the current page. But sometimes you need a single bundle for the whole app, and you can now do that with the new `bundleStrategy` option
🎁 docs https://svelte.dev/docs/kit/configuration#output
2024-12-19T15:16:03.352Z