PlanTempusApp/.claude/settings.local.json
Janus C. H. Knudsen b921e26e48 Refactor frontend build and chart initialization
Moves chart data to JSON file for better separation of concerns
Implements lazy chart initialization in reports module
Updates build script and npm dependencies
Removes hardcoded chart scripts from Razor page
2026-01-22 16:32:46 +01:00

23 lines
862 B
JSON

{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)",
"Bash(node:*)",
"Bash(npx esbuild:*)",
"mcp__ide__getDiagnostics",
"Bash(grep:*)",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\poc*.html\")",
"Bash(Get-ChildItem:*)",
"Bash(Select-Object -ExpandProperty FullName)",
"Bash(npm run build:*)"
]
}
}