frontend app: deno vite svelte tailwind daisyui

This commit is contained in:
Sebarocks 2025-07-21 18:16:45 -04:00
parent 4527ed19cc
commit 8e8872b2d2
18 changed files with 1119 additions and 0 deletions

7
chatsbt/svelte.config.js Normal file
View file

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