Files
DiscordClone/.claude/settings.local.json
Bryan1029384756 5e8d887fb6
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s
feat: Implement Gitea CI/CD release workflow, add Claude AI configuration, and correct frontend path casing.
2026-02-10 19:50:38 -06:00

22 lines
498 B
JSON

{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:labs.convex.dev)",
"Bash(npm install:*)",
"Bash(npm uninstall:*)",
"Bash(npm init:*)",
"Bash(node -e:*)",
"Bash(npx convex dev:*)",
"Bash(npx convex:*)",
"Bash(npx @convex-dev/auth:*)",
"Bash(dir:*)",
"Bash(npx vite build:*)",
"Bash(npx tsc:*)",
"Bash(npx -y esbuild:*)",
"WebFetch(domain:gist.github.com)",
"Bash(git ls-tree:*)"
]
}
}