فهرست منبع

docs: fix bugged example (#3068)

Aiden Cline 4 ماه پیش
والد
کامیت
47dfebf277
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/web/src/content/docs/plugins.mdx

+ 1 - 1
packages/web/src/content/docs/plugins.mdx

@@ -111,7 +111,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
 Plugins can also add custom tools to opencode:
 Plugins can also add custom tools to opencode:
 
 
 ```ts title=".opencode/plugin/custom-tools.ts"
 ```ts title=".opencode/plugin/custom-tools.ts"
-import type { Plugin, tool } from "@opencode-ai/plugin"
+import { type Plugin, tool } from "@opencode-ai/plugin"
 
 
 export const CustomToolsPlugin: Plugin = async (ctx) => {
 export const CustomToolsPlugin: Plugin = async (ctx) => {
   return {
   return {