Añadido login

This commit is contained in:
2025-10-22 10:33:13 -03:00
parent cf4d678673
commit 457dfcb6e3
8 changed files with 176 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
// https://vite.dev/config/
export default defineConfig({
@@ -9,5 +10,6 @@ export default defineConfig({
plugins: [["babel-plugin-react-compiler"]],
},
}),
tailwindcss()
],
});