From 9f8d7ad844976bce21e071dbe64c1628265529a6 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 2 Jan 2026 16:11:05 +0300 Subject: [PATCH] fix: minor changes --- .gitignore | 1 + svelte.config.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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: {