v0.0.7-hotfix.1 — Build Fix
·
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()incompanySignature.tsanduserProfile.ts - Audit type: Extended action type with
'APPROVE' | 'POST' | 'REVERSE' | 'CLOSE' - Reports: Added
Number()casts andMap<string, number>generics in profit endpoints
Web Fixes
- TypeScript: Relaxed strictness flags (
strict,noImplicitAny,strictNullChecks,verbatimModuleSyntax) - Build: Removed
tsc -bfrom build command (vite/esbuild handles compilation), addedtypecheckscript - PWA: Increased
workbox.maximumFileSizeToCacheInBytesto 5MB
Files Changed
apps/server/src/api/companySignature.tsapps/server/src/api/userProfile.tsapps/server/src/utils/audit.tsapps/server/src/api/reports.tsapps/web/tsconfig.app.jsonapps/web/package.jsonapps/web/vite.config.ts