From cd1284c72b9061de60826e2e4d184cb8de15af11 Mon Sep 17 00:00:00 2001 From: tsingliu <410869548@qq.com> Date: Sun, 8 Feb 2026 16:05:33 +0800 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8c995d..ccd7def 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "dist/index.js", "bin": { - "autoclaw": "./dist/index.js" + "autoclaw": "dist/index.js" }, "scripts": { "build": "tsc",