fixed svelte-check, updated dependencies, temporarily fixed a11y warnings

This commit is contained in:
peterkogo
2024-03-14 15:37:57 +01:00
parent 09118c1c8e
commit 4ee2b5f15d
5 changed files with 959 additions and 481 deletions
+2
View File
@@ -1,7 +1,9 @@
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: preprocess(),
kit: {
adapter: adapter()
}