flâneur — a map of the web's best reading

Configuration • SvelteKit Docs

svelte.dev · 6,191 words · saved by 1 readers

Configuration • SvelteKit documentation

Configuration • SvelteKit Docs Skip to main content Tutorial Packages Playground Blog On this page Your project's configuration lives in a svelte.config.js file at the root of your project. As well as SvelteKit, this config object is used by other tooling that integrates with Svelte such as editor extensions. svelte.config import const adapter : () => import ( "@sveltejs/kit" ). Adapter adapter from '@sveltejs/adapter-auto' ; /** @type {import('@sveltejs/kit').Config} */ const const config : Config config = { Config .kit ?: KitConfig | undefined SvelteKit options. @see https://svelte.dev/docs/

Explore this link on the map →

related reading