|
@ -3,7 +3,7 @@ |
|
|
"version": 1, |
|
|
"version": 1, |
|
|
"newProjectRoot": "projects", |
|
|
"newProjectRoot": "projects", |
|
|
"projects": { |
|
|
"projects": { |
|
|
"material-angular-dashboard": { |
|
|
"wg-manager": { |
|
|
"root": "", |
|
|
"root": "", |
|
|
"sourceRoot": "src", |
|
|
"sourceRoot": "src", |
|
|
"projectType": "application", |
|
|
"projectType": "application", |
|
@ -56,19 +56,19 @@ |
|
|
"serve": { |
|
|
"serve": { |
|
|
"builder": "@angular-devkit/build-angular:dev-server", |
|
|
"builder": "@angular-devkit/build-angular:dev-server", |
|
|
"options": { |
|
|
"options": { |
|
|
"browserTarget": "material-angular-dashboard:build", |
|
|
"browserTarget": "wg-manager:build", |
|
|
"proxyConfig": "proxy.conf.json" |
|
|
"proxyConfig": "proxy.conf.json" |
|
|
}, |
|
|
}, |
|
|
"configurations": { |
|
|
"configurations": { |
|
|
"production": { |
|
|
"production": { |
|
|
"browserTarget": "material-angular-dashboard:build:production" |
|
|
"browserTarget": "wg-manager:build:production" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"extract-i18n": { |
|
|
"extract-i18n": { |
|
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
|
"options": { |
|
|
"options": { |
|
|
"browserTarget": "material-angular-dashboard:build" |
|
|
"browserTarget": "wg-manager:build" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"lint": { |
|
|
"lint": { |
|
@ -84,13 +84,13 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"material-angular-dashboard-e2e": { |
|
|
"wg-manager-e2e": { |
|
|
"root": "", |
|
|
"root": "", |
|
|
"sourceRoot": "", |
|
|
"sourceRoot": "", |
|
|
"projectType": "application" |
|
|
"projectType": "application" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"defaultProject": "material-angular-dashboard", |
|
|
"defaultProject": "wg-manager", |
|
|
"cli": { |
|
|
"cli": { |
|
|
"packageManager": "yarn" |
|
|
"packageManager": "yarn" |
|
|
}, |
|
|
}, |
|
|