use adapter-auto

temporary
This commit is contained in:
JovannMC 2025-01-03 17:14:02 +03:00
parent f0bfa8f37f
commit a98607c406
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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