Commit Graph

9 Commits

Author SHA1 Message Date
austindebest
e080c30f2a Remove declaration and declarationMap from root tsconfig - Fix TS5069 error about declarationMap requiring declaration 2026-04-20 01:04:33 +01:00
austindebest
870a401ca9 Remove composite flag from root tsconfig - Fix TS6304 error about composite projects and declaration emit 2026-04-20 01:02:49 +01:00
austindebest
516e391544 Remove composite mode from tsconfig - Simplify TypeScript configuration - Remove composite flag that was causing declaration conflicts 2026-04-20 01:00:34 +01:00
austindebest
c6e6eb626e Fix TypeScript monorepo configuration - Add isolatedModules to API tsconfig - Enable composite mode for packages - Exclude packages directory from API compilation 2026-04-20 00:58:51 +01:00
austindebest
38f56f7735 Fix TypeScript compilation errors
- Remove unused imports (IsString, Queue)
- Remove unused variables in services.service.ts
- Add skipLibCheck to worker tsconfig
- Set declaration: false in API tsconfig to avoid type portability errors
2026-04-20 00:55:20 +01:00
austindebest
dfd2d2188a Add final deployment instructions 2026-04-20 00:11:05 +01:00
austindebest
bee40e32ab Add deployment ready documentation 2026-04-20 00:05:46 +01:00
austindebest
0665a66288 Add deployment documentation and scripts 2026-04-20 00:03:32 +01:00
austindebest
d62468adf9 Initial commit: SDI SaaS Platform foundation
- Complete monorepo structure with pnpm workspaces
- Prisma database schema with 20+ entities
- NestJS API with 9 core modules
- BullMQ orchestration worker
- AWS and Azure provider adapters
- Docker Compose infrastructure
- Complete documentation
2026-04-20 00:00:59 +01:00