actualizado bun

This commit is contained in:
2025-08-14 00:30:00 -03:00
parent 2edcd120e3
commit 5bb456179f
23 changed files with 991 additions and 18397 deletions

7
client/vite.config.ts Normal file
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()],
})