nestjs-starter
nestjs-starter copied to clipboard
NestJS MVC boilerplate for rapid development with battle-tested standards.
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.2.2. Release notes Sourced from typescript's releases. TypeScript 5.2 RC For release notes, check out the release announcement. For the complete list of fixed issues,...
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 9.1.6 to 9.4.3. Release notes Sourced from @nestjs/core's releases. v9.4.0 (2023-04-05) Features microservices #10628 feat(microservice): TCP microservice over TLS (@nomaxg) Bug fixes platform-ws #11188 fix(ws): mount multi...
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 9.1.6 to 9.4.3. Release notes Sourced from @nestjs/common's releases. v9.4.0 (2023-04-05) Features microservices #10628 feat(microservice): TCP microservice over TLS (@nomaxg) Bug fixes platform-ws #11188 fix(ws): mount multi...
copilot:all
With Heroku free tiers going away using redis becomes a downside. Maybe there's something like https://github.com/bensheldon/good_job for nest.
Please see this issue and reproduction : https://github.com/kulshekhar/ts-jest/issues/4294 In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file : - the line `'^.+\\.(t|j)s$': 'ts-jest',` - should be replaced by `'^.+\\.ts$': 'ts-jest',`