first commit

This commit is contained in:
Eidan T.
2026-06-06 10:24:44 -04:00
commit 76b576c945
16 changed files with 4394 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
base: "/planilla/",
plugins: [react()],
})