mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
feat: 第一个可以用的 ink 组件抽象 (#158)
This commit is contained in:
2
packages/@ant/ink/src/utils/debug.ts
Normal file
2
packages/@ant/ink/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Stub debug logger for package independence
|
||||
export function logForDebugging(..._args: unknown[]): void {}
|
||||
Reference in New Issue
Block a user