|
157 | 157 | ] |
158 | 158 | }, |
159 | 159 | "plugins/inspect": { |
160 | | - // The lockstep client-assets package is referenced only as a runtime |
161 | | - // string (`${pkg.name}-client` in `cli.distDir`), never imported, so |
162 | | - // knip can't see the dev-only workspace link that makes it resolvable |
163 | | - // in the monorepo. Repeat the `plugins/*` entry glob (a workspace |
164 | | - // config replaces, not merges, it). |
| 160 | + // The lockstep assets package is referenced only as a runtime string |
| 161 | + // (`${pkg.name}-assets` in `cli.distDir`), never imported, so knip |
| 162 | + // can't see the dev-only workspace link that makes it resolvable in |
| 163 | + // the monorepo. Repeat the `plugins/*` entry glob (a workspace config |
| 164 | + // replaces, not merges, it). |
165 | 165 | "entry": [ |
166 | 166 | "src/{index,cli,vite,constants,types}.ts", |
167 | 167 | "src/{client,node,rpc,inject,engine,registry}/index.ts" |
168 | 168 | ], |
169 | | - "ignoreDependencies": ["@devframes/plugin-inspect-client"] |
| 169 | + "ignoreDependencies": ["@devframes/plugin-inspect-assets"] |
170 | 170 | }, |
171 | | - "plugins/inspect/client-pkg": { |
| 171 | + "plugins/inspect/assets-pkg": { |
172 | 172 | // Assets-only package: no source, just a prebuilt `dist` produced by |
173 | 173 | // the sibling plugin's Vite build. |
174 | 174 | "entry": [], |
|
0 commit comments