Update settings.local.json to include new browser command for Playwright integration

This commit is contained in:
Bastian Masanek
2025-11-02 09:23:34 +01:00
parent 0c875af73c
commit f4d47b8399

View File

@@ -65,7 +65,8 @@
"Bash(pnpm db:seed:*)", "Bash(pnpm db:seed:*)",
"Bash(pnpm exec nuxi@latest module add shadcn-nuxt:*)", "Bash(pnpm exec nuxi@latest module add shadcn-nuxt:*)",
"Bash(pnpm exec shadcn-nuxt@latest add:*)", "Bash(pnpm exec shadcn-nuxt@latest add:*)",
"Bash(pnpm exec shadcn-nuxt:*)" "Bash(pnpm exec shadcn-nuxt:*)",
"mcp__playwright__browser_press_key"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []