Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .devcontainer/claude-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
"Bash(npm run format:check:*)",
"Bash(npm run ci:check:*)",
"Bash(npm run test:*)",
"Bash(npm test)",
"Bash(npm test:*)",
"Bash(npm --version)",
"Bash(npm audit:*)",
"Bash(npm outdated:*)",
"Bash(npm pack:*)",
Expand Down Expand Up @@ -253,6 +255,8 @@
"Bash(gcloud container clusters:*)",
"Bash(gcloud container clusters get-credentials:*)",
"Bash(gcloud compute machine-types describe:*)",
"Bash(vercel:*)",
"Bash(vercel env:*)",
"Bash(wscat:*)",
"Bash(openssl rand:*)",
"Bash(uv run:*)",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"dockerDashComposeVersion": "v2"
}
},
"ghcr.io/schlich/devcontainer-features/playwright:0": {}
},
"remoteEnv": {
Expand Down
Loading