
2025-06-03 16:08:30
Day 1:
tl;dr: ESM TS NestJS TypeORM is possible, but not recommended for the impatient.
Successfully bootstrapped NestJS TypeORM PostgreSQL stack using ESM.
It only took:
- 6 hours
- 17 cryptic errors
- 3 existential crises
Turns out, using modern JS modules with legacy decorators is... bold. But hey — it runs now.
#CloudNative