Files
DiscordClone/.claude/settings.local.json
Bryan1029384756 6f12f98d30
All checks were successful
Build and Release / build-and-release (push) Successful in 10m3s
ci: add Gitea Actions workflow for automated Electron app build and release.
2026-02-13 13:49:05 -06:00

40 lines
1.1 KiB
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)",
"WebFetch(domain:www.convex.dev)",
"WebFetch(domain:www.npmjs.com)",
"WebFetch(domain:stack.convex.dev)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(find:*)",
"WebFetch(domain:docs.flatpak.org)",
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(node -p:*)",
"Bash(npm ls:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}