svelte-deployment

Installation
SKILL.md

Svelte Deployment

Quick Start

SvelteKit config: Prefer putting Kit options in vite.config.ts via sveltekit({ ... }). svelte.config.js is optional in Kit 2 and will not be read by Kit 3.

pnpm 10+: Add prepare script (postinstall disabled by default):

{
	"scripts": {
		"prepare": "svelte-kit sync"
	}
}

Vite config example:

Installs
65
GitHub Stars
15
First Seen
May 2, 2026
svelte-deployment — spences10/skills