Skip to content

Commit a74670b

Browse files
committed
fix name
1 parent 1f4b613 commit a74670b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"fusio": {
6+
"developer": {
77
"projectType": "application",
88
"schematics": {},
99
"root": "",
@@ -65,10 +65,10 @@
6565
"builder": "@angular/build:dev-server",
6666
"configurations": {
6767
"production": {
68-
"buildTarget": "fusio:build:production"
68+
"buildTarget": "developer:build:production"
6969
},
7070
"development": {
71-
"buildTarget": "fusio:build:development"
71+
"buildTarget": "developer:build:development"
7272
}
7373
},
7474
"defaultConfiguration": "development"

0 commit comments

Comments
 (0)