maravilla-frameworks-sveltekit

Installation
SKILL.md

Maravilla on SvelteKit

@maravilla-labs/adapter-sveltekit is the SvelteKit adapter — install it as your kit.adapter and your build output ships ready for the Maravilla runtime. The framework adapter discovers events/*.ts and workflows/*.ts at build time and includes them in the deployed manifest.

Install + wire the adapter

pnpm add -D @maravilla-labs/adapter-sveltekit
pnpm add @maravilla-labs/platform
// svelte.config.js
import adapter from '@maravilla-labs/adapter-sveltekit';

export default {
  kit: {
    adapter: adapter(),
  },
Related skills

More from maravilla-labs/maravilla-cli

Installs
15
First Seen
14 days ago