Files
emaui/.claude/settings.json
2026-06-11 07:24:45 +00:00

10 lines
243 B
JSON

{
"permissions": {
"allow": [
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://localhost:4200/v2/dashboard)",
"Bash(pkill -f \"nx run @ema-platform/portal:serve\")",
"Bash(pkill -f \"vite\")"
]
}
}