update deps and bootstrap loom

This commit is contained in:
EatThePooh 2025-10-05 16:13:03 +07:00
parent 22e9ebc0f7
commit 677c22d3a6
21 changed files with 1132 additions and 49 deletions

View file

@ -0,0 +1,8 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}