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

View File

@@ -14,6 +14,8 @@
"vue-router": "latest"
},
"devDependencies": {
"@types/lokijs": "^1.5.14",
"@types/node": "^24.3.0",
"@vitejs/plugin-vue": "latest",
"@vue/tsconfig": "latest",
"typescript": "latest",
@@ -915,6 +917,23 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/lokijs": {
"version": "1.5.14",
"resolved": "https://registry.npmjs.org/@types/lokijs/-/lokijs-1.5.14.tgz",
"integrity": "sha512-4Fic47BX3Qxr8pd12KT6/T1XWU8dOlJBIp1jGoMbaDbiEvdv50rAii+B3z1b/J2pvMywcVP+DBPGP5/lgLOKGA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.10.0"
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz",
@@ -1488,6 +1507,13 @@
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"dev": true,
"license": "MIT"
},
"node_modules/vite": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.6.tgz",