playwright install

This commit is contained in:
Akira
2026-02-17 14:40:50 +09:00
parent 1b02fd6f13
commit 85362d40c9

View File

@@ -4,7 +4,15 @@
"Bash(docker-compose exec:*)",
"Bash(python -c:*)",
"Bash(python manage.py makemigrations:*)",
"Bash(npx tsc:*)"
"Bash(npx tsc:*)",
"Bash(docker info:*)",
"Bash(docker-compose ps:*)",
"Bash(docker-compose up:*)",
"Bash(docker-compose logs:*)",
"Bash(curl:*)",
"Bash(npm install:*)",
"Bash(npx playwright install:*)",
"Bash(claude mcp add:*)"
]
}
}