diff --git a/.gitignore b/.gitignore index 7e94f3d..fe8a55a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ Thumbs.db # Yarn .yarn +.yarn/** .pnp.* # Zed diff --git a/svelte.config.js b/svelte.config.js index 6d1da96..e04d6f9 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,8 +1,6 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; const config = { - // Consult https://svelte.dev/docs/kit/integrations - // for more information about preprocessors preprocess: vitePreprocess(), compilerOptions: {