Versión inicial de Seguimiento de Impuestos GLM

This commit is contained in:
2026-07-25 10:01:55 -04:00
commit b0bf624ad5
33 changed files with 9851 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import tailwindcss from "@tailwindcss/vite";
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
export default defineConfig({
base: "/calendario-impuestos/",
plugins: [react(), tailwindcss()],
});