This commit is contained in:
Dobidop 2026-03-22 15:19:10 +01:00
commit a83290c4bc

View file

@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"Bash(xargs grep:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"WebFetch(domain:jandjheydorn.com)",
"Bash(npx tsc:*)",
"Bash(npx vite:*)",
"Bash(node_modules/.bin/tsc --noEmit --pretty)",
"Bash(npm exec:*)",
"Bash(npm install:*)",
"mcp__puppeteer__puppeteer_navigate",
"mcp__puppeteer__puppeteer_screenshot",
"mcp__puppeteer__puppeteer_evaluate"
]
}
}