19 modificadores de evento

This commit is contained in:
2023-09-05 15:01:15 +02:00
parent 17efb99756
commit c13e8672dd
19 changed files with 2314 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});