Switch to angular
This commit is contained in:
34
.claude/settings.local.json
Normal file
34
.claude/settings.local.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npx:*)",
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(ng add:*)",
|
||||
"Bash(npm run start:*)",
|
||||
"Bash(chmod:*)",
|
||||
"Bash(pkill:*)",
|
||||
"Bash(./quickstart.sh:*)",
|
||||
"Bash(docker-compose:*)",
|
||||
"Bash(timeout:*)",
|
||||
"Bash(curl:*)",
|
||||
"Bash(quickstart.bat --help)",
|
||||
"Bash(powershell:*)",
|
||||
"Bash(netstat:*)",
|
||||
"Bash(findstr:*)",
|
||||
"Bash(taskkill:*)",
|
||||
"Bash(Get-Process -Name \"node\" -ErrorAction SilentlyContinue)",
|
||||
"Bash(Stop-Process -Force)",
|
||||
"Bash(python -m uvicorn:*)",
|
||||
"Bash(docker compose:*)",
|
||||
"Bash(docker:*)",
|
||||
"Bash(npm start)",
|
||||
"Bash(python:*)",
|
||||
"Bash(ng serve:*)",
|
||||
"Bash(if exist .angular rmdir /s /q .angular)",
|
||||
"Bash(dir:*)",
|
||||
"Bash(tree:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user