hrhub / api /nest-cli.json
Roger Surf
feat: add NestJS API with Handlebars - basic dashboard working
b7e75fd
raw
history blame
171 Bytes
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}