Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 | // Import the peerDependencies even if we're not going to need them directly. // First it makes the app crash directly on startup if those packages are not resolved, // second it allows Nx to properly flag them as a direct dependency when generating the // package.json. import '@nestjs/platform-express'; import 'pg'; import 'reflect-metadata'; import 'tslib'; import 'uuid'; // Register source maps and path aliases. import 'source-map-support/register'; |