summaryrefslogtreecommitdiff
path: root/.claude/settings.local.json
blob: a2910915b02e5d9c082aaa3d5ea819ff6ebc8b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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": []
	}
}