Config: keep native command defaults off heavy channel registry

This commit is contained in:
Vincent Koc
2026-03-15 21:47:42 -07:00
parent 5f42389d8d
commit d47fc009de

View File

@@ -1,5 +1,5 @@
import { normalizeChannelId } from "../channels/plugins/index.js";
import type { ChannelId } from "../channels/plugins/types.js";
import { normalizeChannelId } from "../channels/registry.js";
import { isPlainObject } from "../infra/plain-object.js";
import type { CommandsConfig, NativeCommandsSetting } from "./types.js";