diff options
| author | Aiden Cline <[email protected]> | 2025-08-06 08:47:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 08:47:53 -0500 |
| commit | 7b6d5b14293c8ee6043aff87e18ba4ffe8c34667 (patch) | |
| tree | bafde0ec8e964d644e7aaf4bac8e8cbc5e13f7f2 /.opencode/plugin/example.ts | |
| parent | 7210db19e93de7763355a9cada5457e21cda72fa (diff) | |
| download | opencode-7b6d5b14293c8ee6043aff87e18ba4ffe8c34667.tar.gz opencode-7b6d5b14293c8ee6043aff87e18ba4ffe8c34667.zip | |
chore: update marked-shiki, remove patch (#1653)
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 { |
