fix: minor changes

This commit is contained in:
Ilia Mashkov
2026-01-02 16:11:05 +03:00
parent 904b48844d
commit 9f8d7ad844
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -22,6 +22,7 @@ Thumbs.db
# Yarn
.yarn
.yarn/**
.pnp.*
# Zed

View File

@@ -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: {