Bring packages and UI library up to date

This commit is contained in:
daylily
2026-01-12 16:08:10 -06:00
parent 260d838cb5
commit 2af6e1726b
66 changed files with 1611 additions and 1425 deletions
+2
View File
@@ -3,10 +3,12 @@ import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import { resolve } from 'path'
import icons from 'unplugin-icons/vite'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [
tailwindcss(),
svelte(),
icons({
compiler: 'svelte',