i hate this so much

This commit is contained in:
2025-03-31 23:07:29 +02:00
parent be302897b0
commit 9ccd97120b
10 changed files with 92 additions and 5 deletions

View File

@@ -2,5 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()],
});