mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
* feat: enable URL-based navigation for web QA and restore workspace switch branding * fix: use solid router Route list for compatibility * fix: mount app inside root route for router context * fix: patch solid router exports * fix: render views via switch while syncing URL * push * fix: allow remote workspace creation in web
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "chrome-devtools-mcp@latest"]
|
|
}
|
|
}
|
|
}
|