| 12345678910111213141516171819202122232425 |
- {
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "frontcraft": {
- "projectType": "application",
- "schematics": {},
- "root": "",
- "sourceRoot": "src/backend",
- "prefix": "app",
- "architect": {
- "server": {
- "builder": "@angular-devkit/build-angular:server",
- "options": {
- "outputPath": "dist/server",
- "main": "src/backend/Launcher.ts",
- "tsConfig": "tsconfig.json"
- }
- }
- }
- }
- },
- "defaultProject": "frontcraft"
- }
|