Skip to content

Commit 303017f

Browse files
authored
Merge branch 'main' into HTM-1802_nodejs-24
2 parents 0565618 + 1f77f86 commit 303017f

File tree

4 files changed

+1127
-1143
lines changed

4 files changed

+1127
-1143
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: "Checkout code"
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: "Set up Node.js"
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: "22"
2525
cache: "npm"

angular.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"build": {
4343
"builder": "@angular/build:application",
4444
"options": {
45+
"externalDependencies": [ "canvg" ],
4546
"outputPath": {
4647
"base": "dist/app"
4748
},
@@ -166,7 +167,16 @@
166167
}
167168
},
168169
"options": {
169-
"proxyConfig": "proxy.config.js"
170+
"proxyConfig": "proxy.config.js",
171+
"prebundle": {
172+
"exclude": [
173+
"@tailormap-viewer/core",
174+
"@tailormap-viewer/map",
175+
"@tailormap-viewer/shared",
176+
"@tailormap-admin/admin-core"
177+
]
178+
}
179+
170180
},
171181
"defaultConfiguration": "development"
172182
},

0 commit comments

Comments
 (0)