it0/packages/services/version-service
hailin 260195db50 fix(version-service): use DatabaseModule.forRoot() for correct build path
The entrypoint.sh expects dist/services/${SERVICE_NAME}/src/main, but
nest build with inline TypeORM config produces dist/main directly.
Using DatabaseModule from @it0/database forces tsc to emit the nested
path structure (since it references shared packages), matching the
entrypoint path convention used by all other services.

Also gains SnakeNamingStrategy and autoLoadEntities from the shared module.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 08:04:12 -08:00
..
src fix(version-service): use DatabaseModule.forRoot() for correct build path 2026-03-03 08:04:12 -08:00
package.json feat: add version-service for IT0 App version management 2026-03-03 07:48:31 -08:00
tsconfig.json feat: add version-service for IT0 App version management 2026-03-03 07:48:31 -08:00