mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 03:05:43 +02:00
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"playwright": {
|
|
"type": "local",
|
|
"command": [
|
|
"playwright-mcp.cmd",
|
|
"--browser",
|
|
"chrome",
|
|
"--user-data-dir",
|
|
"C:\\Users\\Caitlin\\AppData\\Local\\Google\\Chrome\\User Data\\Default",
|
|
],
|
|
"enabled": true,
|
|
},
|
|
},
|
|
}
|