Я пока перечислю - умру.
Надо научиться писать changelog постепенно.
This commit is contained in:
2024-10-19 02:12:37 +04:00
parent ad730e0943
commit 5fe5d56ca9
83 changed files with 3796 additions and 1502 deletions

View File

@@ -5,7 +5,12 @@
"compilerOptions": {
"deleteOutDir": true,
"plugins": [
"@nestjs/swagger"
{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true
}
}
]
}
}