work on part 1

This commit is contained in:
Pablo Martin 2025-05-19 17:46:13 +02:00
parent c7c214671a
commit 7ce8ad3a94
14 changed files with 3079 additions and 1 deletions

View file

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