add propagarEventos

This commit is contained in:
2023-08-31 16:24:55 +02:00
parent 5301143c8d
commit d30235358c
18 changed files with 1156 additions and 0 deletions

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(),
}