fix(vendor): link Cordis workspaces in built artifacts

This commit is contained in:
Tianyi Cui
2026-08-02 01:25:01 +08:00
parent 195f7fa9af
commit 560f3abd21
7 changed files with 312 additions and 393 deletions
+4
View File
@@ -16,6 +16,10 @@ packages:
# closure is what the exe bundles and what the Python runtime distributes.
- python/sdk-runtime
# Vendored framework packages keep their upstream semver ranges, while local
# builds must resolve those matching names to this workspace's pinned sources.
linkWorkspacePackages: true
peerDependencyRules:
allowedVersions:
typescript: '>=5 <7'