feat: add planilla comparison tool with Google Sheets integration

This commit is contained in:
Eidan T.
2026-05-06 17:30:59 -04:00
parent 22271f6112
commit 6d4252edfa
14 changed files with 3156 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()],
})