diff options
Diffstat (limited to '.opencode/plugin/example.ts')
| -rw-r--r-- | .opencode/plugin/example.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.opencode/plugin/example.ts b/.opencode/plugin/example.ts index 998108f0a..05910054a 100644 --- a/.opencode/plugin/example.ts +++ b/.opencode/plugin/example.ts @@ -1,4 +1,4 @@ -import { Plugin } from "./index" +import { Plugin } from "../../packages/plugin/src/index" export const ExamplePlugin: Plugin = async ({ app, client, $ }) => { return { |
