chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Plugin configuration for Claude Code hooks execution
|
||||
* Contains settings for hook command execution (zsh, etc.)
|
||||
*/
|
||||
export declare const DEFAULT_CONFIG: {
|
||||
forceZsh: boolean;
|
||||
zshPath: string;
|
||||
};
|
||||
Reference in New Issue
Block a user