chore: initial project scaffold: backend/nest-cli.json

This commit is contained in:
2026-04-13 15:16:27 +00:00
parent 3c5cd63bc9
commit 928c885c5b

5
backend/nest-cli.json Normal file
View File

@@ -0,0 +1,5 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
}