summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/commands.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/commands.mdx')
-rw-r--r--packages/web/src/content/docs/commands.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/commands.mdx b/packages/web/src/content/docs/commands.mdx
index 59c9536ac..8653e26cc 100644
--- a/packages/web/src/content/docs/commands.mdx
+++ b/packages/web/src/content/docs/commands.mdx
@@ -62,7 +62,7 @@ Use the `command` option in your opencode [config](/docs/config):
"description": "Run tests with coverage",
"agent": "build",
"model": "anthropic/claude-3-5-sonnet-20241022"
- },
+ }
}
}
```