migration to Sveltekit 2

This commit is contained in:
2024-02-19 21:09:39 +01:00
parent 4c5826e1b5
commit c21fbc7f1e
3 changed files with 604 additions and 253 deletions

View File

@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {