diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..a291091 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,17 @@ +{ + "permissions": { + "allow": [ + "Bash(pnpm dev)", + "Bash(pnpm build)", + "Bash(pnpm postbuild)", + "Bash(pnpm preview)", + "Bash(pnpm lint)", + "Bash(pnpm format)", + "Bash(pnpm format:*)", + "Bash(pnpm check)", + "Bash(pnpm install)", + "Bash(git *)" + ], + "deny": [] + } +} |
