diff --git a/apps/cli/package.json b/apps/cli/package.json index a92cb68caf..d8a75e2bb5 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -15,7 +15,6 @@ "license": "BSD-3-Clause", "dependencies": { "@cordisjs/plugin-include": "workspace:*", - "@cordisjs/plugin-logger-console": "workspace:*", "@cordisjs/plugin-loader": "workspace:*", "@cordisjs/plugin-timer": "workspace:*", "@deepseek-ai/dsh-agent": "workspace:^", diff --git a/docs/config-catalog.md b/docs/config-catalog.md index 6234dcca21..b5484ba57d 100644 --- a/docs/config-catalog.md +++ b/docs/config-catalog.md @@ -285,7 +285,7 @@ export interface Config { } ``` -Source: [`packages/client/hmr/src/index.ts:31`](../packages/client/hmr/src/index.ts) +Source: [`packages/client/hmr/src/index.ts:30`](../packages/client/hmr/src/index.ts) ## `@deepseek-ai/dsh-code-runtime-worker` diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f50479ed1..6b3b39ab93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,9 +104,6 @@ importers: '@cordisjs/plugin-loader': specifier: workspace:* version: link:../../vendor/loader - '@cordisjs/plugin-logger-console': - specifier: workspace:* - version: link:../../vendor/logger-console '@cordisjs/plugin-timer': specifier: workspace:* version: link:../../vendor/timer