Primera versión

This commit is contained in:
2026-05-20 13:55:15 +02:00
parent c2ab9a46d4
commit 1b67900d54
11 changed files with 4181 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[build]
command = "npm run build"
publish = "dist"
# SPA: todas las rutas van al index.html (React gestiona /admin y /movil)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200