Skip to content

Commit

Permalink
fix(create-analog): set root property to empty on angular.json (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrosepizant authored Dec 7, 2024
1 parent e47ae82 commit d9cdbe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-analog/template-blog/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projects": {
"blog": {
"projectType": "application",
"root": ".",
"root": "",
"sourceRoot": "src",
"prefix": "blog",
"architect": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-analog/template-latest/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projects": {
"my-app": {
"projectType": "application",
"root": ".",
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-analog/template-minimal/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projects": {
"my-app": {
"projectType": "application",
"root": ".",
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
Expand Down

0 comments on commit d9cdbe2

Please sign in to comment.