claude-code-sandbox/.claude/settings.json
Onur Solmaz 15c1b97c48
Some checks failed
Build and Test / build (18.x) (push) Has been cancelled
Build and Test / build (20.x) (push) Has been cancelled
Build and Test / build (22.x) (push) Has been cancelled
Fix fs-extra related build error (#13)
* Fix fs-extra related build error

* Checkpoint
2025-06-12 17:09:52 +02:00

46 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(docker logs:*)",
"Bash(docker kill:*)",
"Bash(docker rm:*)",
"Bash(npx tsc:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(timeout:*)",
"Bash(true)",
"Bash(docker stop:*)",
"Bash(mv:*)",
"Bash(curl:*)",
"WebFetch(domain:localhost)",
"Bash(pkill:*)",
"Bash(docker exec:*)",
"Bash(npx ts-node:*)",
"Bash(docker pull:*)",
"Bash(rg:*)",
"Bash(npm start)",
"Bash(find:*)",
"Bash(npm run lint)",
"Bash(sed:*)",
"Bash(npx claude-sandbox purge:*)",
"Bash(docker cp:*)",
"Bash(npm run test:e2e:*)",
"Bash(gh pr list:*)",
"Bash(kill:*)",
"Bash(npm start:*)",
"Bash(npm run purge-containers:*)",
"Bash(claude-sandbox start:*)",
"Bash(npm run lint)",
"Bash(npx eslint:*)",
"Bash(npm test:*)",
"Bash(gh issue view:*)",
"Bash(npm install)"
],
"deny": []
},
"enableAllProjectMcpServers": false
}