mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: monorepo 构建完成
This commit is contained in:
5
packages/modifiers-napi/src/index.ts
Normal file
5
packages/modifiers-napi/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export function prewarm(): void {}
|
||||
|
||||
export function isModifierPressed(_modifier: string): boolean {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user