Add .opencode/settings.json

This commit is contained in:
2026-04-25 10:45:29 +02:00
parent 3b4604ce5a
commit 8f10932f8e

13
.opencode/settings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"permissions": {
"bash": true,
"php": true,
"python": false,
"node": false,
"git": true,
"npm": false,
"composer": false
},
"model": "default"
}