switch to fastify

This commit is contained in:
Philipinho
2023-08-03 17:29:50 +01:00
parent 8c84bf822e
commit 11018ea976
3 changed files with 452 additions and 22 deletions
+2
View File
@@ -23,6 +23,8 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.1.3",
"fastify": "^4.21.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},