17 ejemplo eventos completo parte 1

This commit is contained in:
2023-08-31 19:26:25 +02:00
parent d30235358c
commit 9d9c3cb41f
16 changed files with 1153 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})