Files
DiscordClone/.claude/settings.local.json
Bryan1029384756 b5f3acd581
All checks were successful
Build and Release / build-and-release (push) Successful in 30m23s
feat: Add Claude permissions configuration and a Gitea CI/CD workflow for building and releasing the application.
2026-02-10 21:48:03 -06:00

23 lines
535 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:*)",
"WebFetch(domain:github.com)"
]
}
}