recipe_app/backend/nest-cli.json
fred 31f5bdc254
All checks were successful
/ build (push) Successful in 1m5s
refactor: migrate backend to NestJS
2026-02-11 09:36:55 -08:00

8 lines
171 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}