diff --git a/vite.config.js b/vite.config.js index e103e0a..fc9d5f4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,10 +1,7 @@ import { sveltekit } from "@sveltejs/kit/vite"; const config = { - plugins: [sveltekit()], - define: { - "process.env": process.env - } + plugins: [sveltekit()] }; export default config;