From 7b6d5b14293c8ee6043aff87e18ba4ffe8c34667 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Wed, 6 Aug 2025 08:47:53 -0500 Subject: chore: update marked-shiki, remove patch (#1653) --- .opencode/plugin/example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.opencode/plugin') 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 { -- cgit v1.2.3