This commit is contained in:
Bastian Wagner
2026-03-12 14:13:08 +01:00
commit faa5003df0
22 changed files with 12332 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
}
}