feat: migrate to sveltekit 2

This commit is contained in:
Bart van der Braak 2023-12-18 02:36:11 +01:00
parent 993cb987c7
commit 0df260c5a5
3 changed files with 632 additions and 820 deletions

View file

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