nestjs example

This commit is contained in:
Andras Bacsai
2024-06-03 14:26:12 +02:00
parent 884c2fb0d2
commit 7c3f09da52
16 changed files with 9090 additions and 0 deletions

8
nestjs/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
}
}