Initialize NestJS backend with basic structure, Biome setup, and essential configurations

This commit is contained in:
2026-01-04 23:26:27 +01:00
parent 45318dffe3
commit 4b53a8d410
15 changed files with 387 additions and 3 deletions

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