Thanks to @tessi and @jesk for their gists:
Some advantages to these gists:
- Use Memcached as cache server
- Works with latest version of OpenProject (6.1 and newer)
| { | |
| "name": "repro-nestjs-swagger-esm", | |
| "version": "0.0.0", | |
| "private": true, | |
| "description": "Minimum reproduction for missing import in 11.4.3", | |
| "homepage": "https://github.com/nestjs/swagger/issues/3929", | |
| "license": "UNLICENSED", | |
| "type": "module", | |
| "dependencies": { | |
| "@nestjs/common": "11.1.19", |