Skip to content

Commit

Permalink
Add workaround for architect/architect#1483
Browse files Browse the repository at this point in the history
Add patch from architect/deploy#389 to
prevent Architect from invalidating our CloudFront cache, which
would cause performance degradataion for users.
  • Loading branch information
lpsinger committed Dec 6, 2024
1 parent 4a69be0 commit 4b2283f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
"typescript": "^5.7.2",
"yarn": "^1.22.21"
},
"overrides": {
"@architect/deploy": "github:DocLM/deploy#d3116f41d5fda00337ebfda543a69d3b3d4546be"
},
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 4b2283f

Please sign in to comment.