Skip to content

Commit f80dd22

Browse files
committed
Add workaround for architect/architect#1483
Add patch from architect/deploy#389 to prevent Architect from invalidating our CloudFront cache, which would cause performance degradataion for users.
1 parent 6856918 commit f80dd22

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
"typescript": "^5.7.2",
149149
"yarn": "^1.22.21"
150150
},
151+
"overrides": {
152+
"@architect/deploy": "github:DocLM/deploy#d3116f41d5fda00337ebfda543a69d3b3d4546be"
153+
},
151154
"engines": {
152155
"node": ">=20"
153156
},

0 commit comments

Comments
 (0)