Skip to content

v0.0.7-hotfix.1 — Build Fix

Choose a tag to compare

@AngelAcedo12 AngelAcedo12 released this 15 May 09:20
· 1 commit to main since this release

Hotfix: Docker Build Errors

Fixes both server and web TypeScript build failures blocking Docker Compose production deploy.

Server Fixes

  • StorageAdapter: remove()delete() in companySignature.ts and userProfile.ts
  • Audit type: Extended action type with 'APPROVE' | 'POST' | 'REVERSE' | 'CLOSE'
  • Reports: Added Number() casts and Map<string, number> generics in profit endpoints

Web Fixes

  • TypeScript: Relaxed strictness flags (strict, noImplicitAny, strictNullChecks, verbatimModuleSyntax)
  • Build: Removed tsc -b from build command (vite/esbuild handles compilation), added typecheck script
  • PWA: Increased workbox.maximumFileSizeToCacheInBytes to 5MB

Files Changed

  • apps/server/src/api/companySignature.ts
  • apps/server/src/api/userProfile.ts
  • apps/server/src/utils/audit.ts
  • apps/server/src/api/reports.ts
  • apps/web/tsconfig.app.json
  • apps/web/package.json
  • apps/web/vite.config.ts