feat(nest): 🎉 Nest start

Created nest project
This commit is contained in:
FS
2024-05-04 02:44:09 +02:00
parent 111d7e8ee5
commit ae17888e06
23 changed files with 9719 additions and 0 deletions

4
nest/.prettierrc Normal file
View File

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