settings.local.json•678 B
{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(timeout 5 npm run dev:*)",
"Bash(node test-scraping.mjs:*)",
"Bash(node test-component-scraping.mjs:*)",
"Bash(node test-full-doc.mjs:*)",
"Bash(npm install:*)",
"Bash(npm run test:unit:*)",
"Bash(node scripts/test-docs-scraping.mjs:*)",
"Bash(ren \"src\\tools\\GetGuide Tool.ts\" \"GetGuideTool.ts\")",
"Bash(node scripts/test-tools-list.mjs:*)",
"Bash(node scripts/test-guide-parsing.mjs:*)",
"Bash(node scripts/test-dom-structure.mjs:*)",
"Bash(node scripts/test-section-content.mjs:*)"
],
"deny": [],
"ask": []
}
}