first commit

This commit is contained in:
2026-08-24 13:52:16 -04:00
commit 429595c5a0
526 changed files with 27860 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Build estático (`dist`)
Este frontend está configurado como SPA de Vite + TanStack Router.
## Generar build
```bash
npm ci
npm run build
```
La salida de producción se genera en:
```text
dist/
```
La aplicación conserva la ruta base:
```text
/cotizador-wmc/
```
Para servir rutas internas como `/cotizador-wmc/chat` directamente desde el navegador,
el servidor web debe usar fallback SPA hacia `/cotizador-wmc/index.html` cuando el archivo solicitado no exista.