refactor(commands): trim migrate option reexports · openclaw/openclaw@e84d68e
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit e84d68e
refactor(commands): trim migrate option reexports
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -48,8 +48,6 @@ import type {
|
48 | 48 | MigrateDefaultOptions, |
49 | 49 | } from "./migrate/types.js"; |
50 | 50 | |
51 | | -export type { MigrateApplyOptions, MigrateCommonOptions, MigrateDefaultOptions }; |
52 | | - |
53 | 51 | function selectMigrationItems(plan: MigrationPlan, opts: MigrateCommonOptions): MigrationPlan { |
54 | 52 | return applyMigrationPluginSelection( |
55 | 53 | applyMigrationSkillSelection(plan, opts.skills), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments