Change to deno

This commit is contained in:
Zeph Levy 2026-02-17 08:21:48 +01:00
parent 15caac9be5
commit c52d9e634b
3 changed files with 810 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import adapter from 'svelte-adapter-bun';
import adapter from "npm:@sveltejs/adapter-auto";
/** @type {import('@sveltejs/kit').Config} */
const config = {