Files
SkillMate/.claude/settings.local.json
Claude Project Manager 6b9b6d4f20 Initial commit
2025-09-20 21:31:04 +02:00

44 Zeilen
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npm install:*)",
"Bash(cp:*)",
"Bash(chmod:*)",
"Bash(ls:*)",
"Bash(rm:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(npx vite build:*)",
"Bash(npm run build:*)",
"Bash(sed:*)",
"Bash(touch:*)",
"Bash(build-executables.bat)",
"Bash(cmd.exe:*)",
"Bash(\"C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe\" \"installer\\SkillMate-Setup.iss\")",
"Bash(where node)",
"Bash(node:*)",
"Bash(npm:*)",
"Bash(python:*)",
"WebFetch(domain:www.desk.ly)",
"Bash(cmd /c:*)",
"Bash(curl:*)",
"Bash(taskkill:*)",
"Bash(set PORT=3004)",
"Bash(npx tsc:*)",
"Bash(wmic process where:*)",
"Bash(sqlite3:*)",
"Bash(set PORT=3006)",
"Bash(dir:*)",
"Bash(set FIELD_ENCRYPTION_KEY=dev_field_key_change_in_production_32chars_min!)",
"Bash(timeout:*)",
"Bash(tasklist:*)",
"Bash(set PORT=5000)",
"Bash(set PORT=3005)",
"Bash(set FIELD_ENCRYPTION_KEY=dev_field_encryption_key_32chars_min!)",
"Bash(start:*)"
],
"deny": []
}
}