Issue:
- Cannot run script scripts/test-script.ts
- Dynamic module EnvModule does not block instantiation of other deps
- However, running
pnpm nest startEnvModule does block instatiation of modules that depend on EnvModule - To repro:
- npx tsx src/scripts/test-script.ts
- envService is undefined, not injected into NameService
Question:
- Why does this work fine in normal app startup?
- Is this a bug?