initial commit

This commit is contained in:
andres
2023-05-21 14:52:08 +02:00
commit 268ef59b3d
27 changed files with 6025 additions and 0 deletions

8
nest-cli.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}