cleanup app, config and root

This commit is contained in:
Kujtim Hoxha
2025-04-13 13:17:17 +02:00
parent 5601466fe1
commit 3ad983db0f
21 changed files with 517 additions and 284 deletions

11
.opencode.json Normal file
View File

@@ -0,0 +1,11 @@
{
"model": {
"coder": "claude-3.7-sonnet",
"coderMaxTokens": 20000
},
"lsp": {
"gopls": {
"command": "gopls"
}
}
}