Skip to content

Commit 6c19509

Browse files
committed
Add workaround for Architect bug
Fixes #2760. See architect/inventory#77.
1 parent f6dc9c9 commit 6c19509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
"yarn": "^1.22.21"
150150
},
151151
"overrides": {
152-
"@architect/deploy": "github:DocLM/deploy#d3116f41d5fda00337ebfda543a69d3b3d4546be"
152+
"@architect/deploy": "github:DocLM/deploy#d3116f41d5fda00337ebfda543a69d3b3d4546be",
153+
"@architect/inventory": "github:lpsinger/inventory#esm-graph-with-top-level-await"
153154
},
154155
"engines": {
155156
"node": ">=20"

0 commit comments

Comments
 (0)