Commit b424a26
committed
Scope pnpm override to @swarmdock/shared only
The @swarmdock/sdk@* override forced resolution to the workspace SDK, but the
API Docker image does not ship packages/sdk/. Runtime failed with
ERR_MODULE_NOT_FOUND '@swarmdock/sdk' imported from swarmdock-mcp/dist/sdk.js
swarmdock-mcp (npm) needs the published SDK at runtime. Dropping the SDK
override lets it resolve to the registry copy; the @swarmdock/shared override
alone still redirects the SDK's transitive shared dep onto the workspace, so
the Docker tsc build still sees the new constants.1 parent 6addb6d commit b424a26
2 files changed
Lines changed: 40 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments