diff options
| author | Adam <[email protected]> | 2025-11-23 19:28:48 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-24 15:10:39 -0600 |
| commit | 3fb57044d120618c92214b734d1fc831955e39a2 (patch) | |
| tree | d6f687ad8321dee9590efcdde58843366214bea1 /.opencode | |
| parent | 46a76a778aef3a575f4eecd0042cd4b4c701cee5 (diff) | |
| download | opencode-3fb57044d120618c92214b734d1fc831955e39a2.tar.gz opencode-3fb57044d120618c92214b734d1fc831955e39a2.zip | |
wip(share): more styling
Diffstat (limited to '.opencode')
| -rw-r--r-- | .opencode/opencode.jsonc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index dd5a4c750..aadc02408 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,9 +1,11 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-openai-codex-auth"], - // "enterprise": { - // "url": "http://localhost:3000", - // }, + "plugin": [ + "opencode-openai-codex-auth" + ], + "enterprise": { + "url": "http://localhost:3000", + }, "provider": { "opencode": { "options": { |
