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

4
tsconfig.build.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}