feature/sidebar #8

Merged
ilia merged 50 commits from feature/sidebar into main 2026-01-03 10:56:23 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 9f8d7ad844 - Show all commits

1
.gitignore vendored
View File

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

View File

@@ -1,8 +1,6 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = { const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(), preprocess: vitePreprocess(),
compilerOptions: { compilerOptions: {