Skip to content

Commit

Permalink
chore: update to latest analog & angular versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 19, 2024
1 parent 4b183a3 commit dfa54da
Show file tree
Hide file tree
Showing 38 changed files with 7,156 additions and 7,123 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ testem.log
# System files
.DS_Store
Thumbs.db

# Nx Monorepo
.nx
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
"recommendations": ["angular.ng-template"]
"recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
}
8 changes: 2 additions & 6 deletions 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": "dk",
"architect": {
Expand Down Expand Up @@ -49,7 +49,7 @@
}
},
"test": {
"builder": "@analogjs/platform:vitest"
"builder": "@analogjs/vitest-angular:test"
},
"lint": {
"builder": "@angular-eslint/builder:lint",
Expand All @@ -59,9 +59,5 @@
}
}
}
},
"cli": {
"analytics": "ab3214a7-63c2-4906-9853-13c09c732b43",
"schematicCollections": ["@angular-eslint/schematics"]
}
}
Loading

0 comments on commit dfa54da

Please sign in to comment.