diff options
Diffstat (limited to 'app/svelte.config.js')
-rw-r--r-- | app/svelte.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
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(), }, } |