From a98607c40664ca5d5b50db26609ea5512e1b938f Mon Sep 17 00:00:00 2001 From: JovannMC Date: Fri, 3 Jan 2025 17:14:02 +0300 Subject: [PATCH] use adapter-auto temporary --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 2a86860..17b89f9 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -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} */