feat: add backend-mock app
This commit is contained in:
10
apps/backend-mock/nest-cli.json
Normal file
10
apps/backend-mock/nest-cli.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"assets": ["**/*.yml"],
|
||||
"watchAssets": true,
|
||||
"deleteOutDir": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user