|
495 | 495 | } |
496 | 496 | } |
497 | 497 | } |
| 498 | + }, |
| 499 | + "mcp_calculator": { |
| 500 | + "projectType": "application", |
| 501 | + "schematics": { |
| 502 | + "@schematics/angular:component": { |
| 503 | + "style": "scss", |
| 504 | + "skipTests": true |
| 505 | + }, |
| 506 | + "@schematics/angular:class": { |
| 507 | + "skipTests": true |
| 508 | + }, |
| 509 | + "@schematics/angular:directive": { |
| 510 | + "skipTests": true |
| 511 | + }, |
| 512 | + "@schematics/angular:guard": { |
| 513 | + "skipTests": true |
| 514 | + }, |
| 515 | + "@schematics/angular:interceptor": { |
| 516 | + "skipTests": true |
| 517 | + }, |
| 518 | + "@schematics/angular:pipe": { |
| 519 | + "skipTests": true |
| 520 | + }, |
| 521 | + "@schematics/angular:resolver": { |
| 522 | + "skipTests": true |
| 523 | + }, |
| 524 | + "@schematics/angular:service": { |
| 525 | + "skipTests": true |
| 526 | + } |
| 527 | + }, |
| 528 | + "root": "projects/mcp_calculator", |
| 529 | + "sourceRoot": "projects/mcp_calculator/src", |
| 530 | + "prefix": "app", |
| 531 | + "architect": { |
| 532 | + "build": { |
| 533 | + "builder": "@angular/build:application", |
| 534 | + "options": { |
| 535 | + "browser": "projects/mcp_calculator/src/main.ts", |
| 536 | + "tsConfig": "projects/mcp_calculator/tsconfig.app.json", |
| 537 | + "preserveSymlinks": true, |
| 538 | + "inlineStyleLanguage": "scss", |
| 539 | + "assets": [ |
| 540 | + { |
| 541 | + "glob": "**/*", |
| 542 | + "input": "projects/mcp_calculator/public" |
| 543 | + } |
| 544 | + ], |
| 545 | + "styles": [ |
| 546 | + "projects/mcp_calculator/src/styles.scss" |
| 547 | + ], |
| 548 | + "server": "projects/mcp_calculator/src/main.server.ts", |
| 549 | + "outputMode": "server", |
| 550 | + "ssr": { |
| 551 | + "entry": "projects/mcp_calculator/src/server.ts" |
| 552 | + } |
| 553 | + }, |
| 554 | + "configurations": { |
| 555 | + "production": { |
| 556 | + "budgets": [ |
| 557 | + { |
| 558 | + "type": "initial", |
| 559 | + "maximumWarning": "500KB", |
| 560 | + "maximumError": "1MB" |
| 561 | + }, |
| 562 | + { |
| 563 | + "type": "anyComponentStyle", |
| 564 | + "maximumWarning": "4kB", |
| 565 | + "maximumError": "8kB" |
| 566 | + } |
| 567 | + ], |
| 568 | + "outputHashing": "all" |
| 569 | + }, |
| 570 | + "development": { |
| 571 | + "optimization": false, |
| 572 | + "extractLicenses": false, |
| 573 | + "sourceMap": true |
| 574 | + } |
| 575 | + }, |
| 576 | + "defaultConfiguration": "production" |
| 577 | + }, |
| 578 | + "serve": { |
| 579 | + "builder": "@angular/build:dev-server", |
| 580 | + "configurations": { |
| 581 | + "production": { |
| 582 | + "buildTarget": "mcp_calculator:build:production" |
| 583 | + }, |
| 584 | + "development": { |
| 585 | + "buildTarget": "mcp_calculator:build:development" |
| 586 | + } |
| 587 | + }, |
| 588 | + "defaultConfiguration": "development" |
| 589 | + }, |
| 590 | + "test": { |
| 591 | + "builder": "@angular/build:karma", |
| 592 | + "options": { |
| 593 | + "codeCoverage": true, |
| 594 | + "tsConfig": "projects/mcp_calculator/tsconfig.spec.json", |
| 595 | + "inlineStyleLanguage": "scss", |
| 596 | + "assets": [ |
| 597 | + { |
| 598 | + "glob": "**/*", |
| 599 | + "input": "projects/mcp_calculator/public" |
| 600 | + } |
| 601 | + ], |
| 602 | + "styles": [ |
| 603 | + "projects/mcp_calculator/src/styles.scss" |
| 604 | + ] |
| 605 | + } |
| 606 | + } |
| 607 | + } |
498 | 608 | } |
499 | 609 | }, |
500 | 610 | "cli": { |
|
0 commit comments