build(web): declare the locale dependency for ui-subagent

The client plugin now consumes `ctx.locale` (dictionary registration plus
the slot `t` seat), but the package graph did not know it: no
`dshClient.inject` entry, no peer/devDependency, no tsconfig project
reference. Mirror the ui-conversation convention so the dependency graph,
HMR/preflight metadata, and standalone packaging all recognize the
`@deepseek-ai/dsh-client-locale` seam.
This commit is contained in:
Tianyi Cui
2026-08-02 13:47:54 +08:00
parent d7a70f6efa
commit c8b2e70988
2 changed files with 6 additions and 0 deletions
@@ -11,6 +11,9 @@
{
"path": "../../../vendor/cordis"
},
{
"path": "../locale"
},
{
"path": "../runtime"
},