remove pnpm

This commit is contained in:
2026-06-04 14:51:23 +03:30
parent e359a5c5e6
commit 59abfe6aac
6 changed files with 39 additions and 14027 deletions
+4 -5
View File
@@ -53,7 +53,7 @@
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-fastify": "^11.1.3",
"@nestjs/platform-socket.io": "^11.1.3",
"@nestjs/swagger": "^11.2.0",
"@nestjs/swagger": "^11.4.4",
"@nestjs/throttler": "^6.4.0",
"@nestjs/websockets": "^11.1.3",
"axios": "^1.10.0",
@@ -132,10 +132,9 @@
},
"lint-staged": {
"**/*.ts": [
"pnpm format",
"pnpm lint:fix",
"npm run format",
"npm run lint:fix",
"git add ."
]
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}
}