This commit is contained in:
2025-09-01 10:40:12 -04:00
commit 090af0f477
33 changed files with 237503 additions and 0 deletions

View File

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