From 3216ddcc5f52f005fe0d2c34e692ec0a5234000f Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Sun, 19 Apr 2026 19:18:49 -0400 Subject: [PATCH] fix plugin dist import path --- .opencode/plugins/ralph-loop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode/plugins/ralph-loop.js b/.opencode/plugins/ralph-loop.js index 941ddda..f0414df 100644 --- a/.opencode/plugins/ralph-loop.js +++ b/.opencode/plugins/ralph-loop.js @@ -1 +1 @@ -export { default } from "../../dist/index.js" +export { default } from "../dist/index.js"