Skip to content

Commit 6fdf8bf

Browse files
committed
chore(nest): add more test for Nest features compatibilty
1 parent d92c7aa commit 6fdf8bf

File tree

4 files changed

+1285
-0
lines changed

4 files changed

+1285
-0
lines changed

packages/nest/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,17 @@
6161
"@orpc/standard-server-node": "workspace:*"
6262
},
6363
"devDependencies": {
64+
"@fastify/compress": "^8.1.0",
6465
"@fastify/cookie": "^11.0.2",
6566
"@nestjs/common": "^11.1.7",
6667
"@nestjs/core": "^11.1.7",
6768
"@nestjs/platform-express": "^11.1.7",
6869
"@nestjs/platform-fastify": "^11.1.7",
6970
"@nestjs/testing": "^11.1.7",
7071
"@ts-rest/core": "^3.52.1",
72+
"@types/compression": "^1.8.1",
7173
"@types/express": "^5.0.3",
74+
"compression": "^1.8.1",
7275
"express": "^5.0.0",
7376
"fastify": "^5.6.1",
7477
"rxjs": "^7.8.1",

0 commit comments

Comments
 (0)