update webapp + bonsai integration

This commit is contained in:
Sayan Jyoti Das
2025-08-29 17:45:30 +05:30
committed by Dion Moult
parent 1672a7da32
commit a5d9fe551a
115 changed files with 10518 additions and 2024 deletions
+7
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(),
}