From aaffdbc8a9e74240d5e983f069c577c96a468579 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 27 Aug 2023 00:27:59 -0700 Subject: feat(svelte): remove adapter --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index b5f81f06..1cf26a00 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-cloudflare'; +import adapter from '@sveltejs/adapter-auto'; import { vitePreprocess } from '@sveltejs/kit/vite'; /** @type {import('@sveltejs/kit').Config} */ -- cgit v1.2.3