Initial commit

This commit is contained in:
2023-03-21 00:12:10 -04:00
commit bb911f8ffb
41 changed files with 4390 additions and 0 deletions

5
nest-cli.json Normal file
View File

@@ -0,0 +1,5 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"entryFile": "main.js"
}