Files
DiscordClone/.claude/settings.local.json
Bryan1029384756 9a499cf360
All checks were successful
Build and Release / build-and-release (push) Successful in 5m44s
feat: Add initial Electron frontend setup, Claude permissions, and Gitea CI/CD for releases.
2026-02-10 22:36:32 -06:00

26 lines
663 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)",
"WebFetch(domain:docs.gitea.com)",
"WebFetch(domain:www.electron.build)",
"WebFetch(domain:forum.gitea.com)"
]
}
}