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.