Files
seclab/.claude/settings.local.json
2026-05-28 18:27:41 -06:00

17 lines
328 B
JSON

{
"permissions": {
"allow": [
"Bash(npm create:*)",
"Bash(npm install)",
"Bash(npx vite --version)",
"Bash(npm install:*)",
"Bash(copy:*)",
"Bash(npm run build:*)",
"Bash(npm run dev:*)"
],
"additionalDirectories": [
"c:\\Users\\fam1n\\projects\\seclab"
]
}
}