From 66f75fba5ea2a0fc7254b165904a52371074267a Mon Sep 17 00:00:00 2001 From: Edwards Presume Date: Mon, 24 Jul 2023 13:02:08 -0400 Subject: [PATCH] chore(svelte.config.js): remove unnecessary vite configuration The vite configuration in svelte.config.js was removed as it was not being used and was unnecessary for the project. --- svelte.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 58df245..f411314 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,12 +7,6 @@ const config = { // for more information about preprocessors preprocess: [vitePreprocess({})], - vite: { - define: { - 'process.env': process.env, - }, - }, - 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.