chore: stop tracking opencode.json

This commit is contained in:
qzl
2026-01-29 17:27:50 +08:00
parent 776ebb0f71
commit 3cfcb11240
-23
View File
@@ -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
}
}
}