chore: stop tracking opencode.json
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"chrome-devtools": {
|
||||
"enabled": false
|
||||
},
|
||||
"zai-mcp-server": {
|
||||
"enabled": false
|
||||
},
|
||||
"postgres_dev": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"docker",
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"mcp/postgres",
|
||||
"postgresql://supabase:${POSTGRES_PASSWORD}@host.docker.internal:54322/linksy"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user