Building and Previewing
Run vite build and vite preview to verify your production build locally.
Build Command
Run the build script to create a production-ready output.
npm run buildWhat Build Does
Vite bundles, tree-shakes, and minifies your code. SvelteKit applies the chosen adapter.