Skip to content

Commit

Permalink
fix(create-analog): set app root for Vite/ESM support
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 12, 2023
1 parent dac8534 commit 32ab9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-analog/template-angular-v17/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-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

0 comments on commit 32ab9ce

Please sign in to comment.