migration to SvelteKit 2

This commit is contained in:
luke-hagar-sp
2024-01-22 23:21:02 -06:00
parent 93aba2bc0d
commit e45e67d031
8 changed files with 35 additions and 34 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 = {