fix(ci): declare bundled root mirrors

This commit is contained in:
Vincent Koc
2026-04-29 14:19:50 -07:00
parent 6e351f2f05
commit 9b536ed3a9

View File

@@ -1735,17 +1735,31 @@
"bundle": {
"mirroredRootRuntimeDependencies": [
"@agentclientprotocol/sdk",
"@clack/prompts",
"@lydell/node-pty",
"@mariozechner/pi-ai",
"@mariozechner/pi-coding-agent",
"@modelcontextprotocol/sdk",
"ajv",
"chokidar",
"commander",
"croner",
"dotenv",
"https-proxy-agent",
"jiti",
"json5",
"jszip",
"markdown-it",
"openai",
"semver",
"tar",
"tslog",
"web-push"
"typebox",
"undici",
"web-push",
"ws",
"yaml",
"zod"
]
}
}