creek

Svelte (Vite)

Deploy a Vite + Svelte app to Creek.

Quick Start

npm create vite@latest my-app -- --template svelte-ts
cd my-app
npm install
npx creek deploy

Configuration

No configuration needed. Creek auto-detects Svelte + Vite.

SettingDefault
Build commandnpm run build
Output directorydist
Render modeSPA

On this page