| 123456789101112131415161718192021222324252627282930313233 |
- {
- "collection": "@nestjs/schematics",
- "monorepo": true,
- "projects": {
- "box-mgnt-api": {
- "type": "application",
- "root": "apps/box-mgnt-api",
- "entryFile": "main",
- "sourceRoot": "apps/box-mgnt-api/src",
- "compilerOptions": {
- "tsConfigPath": "apps/box-mgnt-api/tsconfig.json"
- }
- },
- "box-app-api": {
- "type": "application",
- "root": "apps/box-app-api",
- "entryFile": "main",
- "sourceRoot": "apps/box-app-api/src",
- "compilerOptions": {
- "tsConfigPath": "apps/box-app-api/tsconfig.json"
- }
- },
- "box-stats-api": {
- "type": "application",
- "root": "apps/box-stats-api",
- "entryFile": "main",
- "sourceRoot": "apps/box-stats-api/src",
- "compilerOptions": {
- "tsConfigPath": "apps/box-stats-api/tsconfig.json"
- }
- }
- }
- }
|