Full disclaimer: I only scanned the article, but based on the title, SvelteKit does that with a single option "inline".
https://svelte.dev/docs/kit/configuration#output
How so? Can you describe what usecase that enables?
I ended up reading the entire article and what SvelteKit does isn't exactly the same, you can't edit the site.
The use case for a single html file for me is to provide a local dev experience for my customers that mirrors production.
`my-cli dev` spins up the services needed for my platform, including the SvelteKit web app.
How so? Can you describe what usecase that enables?
I ended up reading the entire article and what SvelteKit does isn't exactly the same, you can't edit the site.
The use case for a single html file for me is to provide a local dev experience for my customers that mirrors production.
`my-cli dev` spins up the services needed for my platform, including the SvelteKit web app.