diff options
| author | GitHub Action <[email protected]> | 2026-01-04 14:22:48 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-04 14:22:48 +0000 |
| commit | 4f3ac709a40f184cad33529a38f23cf1a0a89cfe (patch) | |
| tree | 835fca83122b38930cd34c2b254b958155dce88a | |
| parent | 8aa56dc01d0bbe3187dfddf72b6b9aa1756fa212 (diff) | |
| download | opencode-4f3ac709a40f184cad33529a38f23cf1a0a89cfe.tar.gz opencode-4f3ac709a40f184cad33529a38f23cf1a0a89cfe.zip | |
chore: generate
| -rw-r--r-- | packages/web/src/content/docs/plugins.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx index 11ecfcfed..bf26744f6 100644 --- a/packages/web/src/content/docs/plugins.mdx +++ b/packages/web/src/content/docs/plugins.mdx @@ -298,7 +298,7 @@ export const MyPlugin = async ({ client }) => { service: "my-plugin", level: "info", message: "Plugin initialized", - extra: { foo: "bar" } + extra: { foo: "bar" }, }) } ``` |
