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

9
test/jest-e2e.json Normal file
View File

@@ -0,0 +1,9 @@
{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}