add svelte adapter for bun deployment

This commit is contained in:
Badtz 2025-03-23 19:45:54 -07:00
parent 3941bcc26b
commit b4bdb49c45
3 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import adapter from 'svelte-adapter-bun';
/** @type {import('@sveltejs/kit').Config} */
const config = {