From 85b69ea89fbd08c3019f32b57a284337b6555cad Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Oct 2023 14:08:54 -0500 Subject: uh Signed-off-by: Matt Strapp --- app/svelte.config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/svelte.config.js') diff --git a/app/svelte.config.js b/app/svelte.config.js index 722e99b..9484cb8 100644 --- a/app/svelte.config.js +++ b/app/svelte.config.js @@ -9,9 +9,6 @@ const config = { preprocess: [vitePreprocess()], kit: { - // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. - // If your environment is not supported or you settled on a specific environment, switch out the adapter. - // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter(), }, } -- cgit v1.2.3