Are you an LLM? You can read better optimized documentation at /docs/applications/svelte-kit.md for this page in Markdown format
SvelteKit ​
Svelte Kit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
Static build (adapter-static) ​
You need to use @sveltejs/adapter-static (docs) adapter to build a static site.
- Set your site to static
on(underBuild Packsection). - Set your
Publish Directoryto/build
Node server (adapter-node) ​
You need to use @sveltejs/adapter-node (docs) adapter to build a node server based SvelteKit app.
- Set your site to static to
off(underBuild Packsection). - Set your
Start Commandtonode build.
