Corregir errores de TypeScript y optimizar build para Docker
Some checks failed
build-and-deploy / build (push) Failing after 48s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-08-15 12:22:46 -06:00
parent 84aef0774d
commit 84fa2b86d3
8 changed files with 60 additions and 20 deletions

2
client/vite.config.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
declare const _default: import("vite").UserConfig;
export default _default;