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/
related reading
- Introduction / What is SvelteKit? • Svelte Tutoriallearn.svelte.dev
- Svelte Agentationsv-agentation.com
- Web standards • SvelteKit Docskit.svelte.dev
- Cursor Docs — Agent, Rules, MCP, Skills & CLIdocs.cursor.com
- The Content Operating System for the AI era | Sanitysanity.io
- next.js/examples at canary · vercel/next.jsgithub.com
- How we rebuilt Next.js with AI in one weekblog.cloudflare.com
- Shared modules / The $lib alias • Svelte Tutoriallearn.svelte.dev
- Svelte tutorial note | sung.codessung.codes
- GitHub - codediodeio/sveltefire: Cybernetically enhanced Firebase appsgithub.com
- Svelte Efferd Blocks | Marketing Blocks for Shadcn-Sveltesv-efferd.pages.dev
- Errors and redirects / Basics • Svelte Tutoriallearn.svelte.dev