We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4b613 commit a74670bCopy full SHA for a74670b
angular.json
@@ -3,7 +3,7 @@
3
"version": 1,
4
"newProjectRoot": "projects",
5
"projects": {
6
- "fusio": {
+ "developer": {
7
"projectType": "application",
8
"schematics": {},
9
"root": "",
@@ -65,10 +65,10 @@
65
"builder": "@angular/build:dev-server",
66
"configurations": {
67
"production": {
68
- "buildTarget": "fusio:build:production"
+ "buildTarget": "developer:build:production"
69
},
70
"development": {
71
- "buildTarget": "fusio:build:development"
+ "buildTarget": "developer:build:development"
72
}
73
74
"defaultConfiguration": "development"
0 commit comments