fixed type errors

This commit is contained in:
2024-03-22 19:06:49 -04:00
parent eef26b4951
commit e53ce70c17
7 changed files with 73 additions and 50 deletions

View File

@@ -4,7 +4,7 @@ import { vitePreprocess } from "@sveltejs/kit/vite";
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: [vitePreprocess()],
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.