feat: added nestjs code base

Signed-off-by: leofvo <leofvo@proton.me>
This commit is contained in:
leofvo
2022-09-29 21:41:48 +02:00
parent f571d32d60
commit c88bba304d
24 changed files with 15301 additions and 0 deletions

4
nestjs/app/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}