Create your Link in Bio for Bluesky

許可コマンド追加

+3 -1
+3 -1
.claude/settings.json
··· 3 "allow": [ 4 "Bash(pnpm lint:*)", 5 "Bash(pnpm format:*)", 6 - "Bash(pnpm typecheck:*)" 7 ], 8 "deny": [] 9 }
··· 3 "allow": [ 4 "Bash(pnpm lint:*)", 5 "Bash(pnpm format:*)", 6 + "Bash(pnpm typecheck:*)", 7 + "Bash(pnpm test:*)", 8 + "Bash(pnpm install:*)" 9 ], 10 "deny": [] 11 }