From df487c47a9658e43b28ae159220a3291387406ed Mon Sep 17 00:00:00 2001 From: Rayane Loutfi Date: Sun, 13 Sep 2026 11:47:03 +0400 Subject: [PATCH] chore: update server entry point --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.json b/opencode.json index f10e9f5..9c6562d 100644 --- a/opencode.json +++ b/opencode.json @@ -1,4 +1,4 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["./src/plugin/index.ts"] -} \ No newline at end of file + "plugin": ["./src/server/index.ts"] +}