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

@@ -1,9 +1,12 @@
import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
kit: { adapter: adapter() }
kit: {
adapter: adapter(),
},
};
export default config;