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
23 lines
862 B
JSON
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:*)"
|
|
]
|
|
}
|
|
}
|