Init NestJS, Dockerfile.dev

This commit is contained in:
R40fendt
2026-01-28 19:15:53 +01:00
parent 31163088be
commit 7ff43e7403
94 changed files with 10252 additions and 5374 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
}
}