Skip to content

Commit

Permalink
chore(svelte.config.js): remove unnecessary vite configuration
Browse files Browse the repository at this point in the history
The vite configuration in svelte.config.js was removed as it was not being used and was unnecessary for the project.
  • Loading branch information
edwardspresume committed Jul 24, 2023
1 parent 562d2fe commit 66f75fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66f75fb

Please sign in to comment.