finishing migration to Svelte 5, Tailwind 4, and Skeleton 3

This commit is contained in:
Luke Hagar
2025-06-24 10:55:40 -05:00
parent 55706c32f6
commit c651e14559
12 changed files with 97 additions and 6074 deletions

View File

@@ -1,12 +1,7 @@
import adapter from 'sveltekit-adapter-chrome-extension';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
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.