From a193bf5cad7cceaee0f1f6ac26efc3a058adaa27 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 26 Feb 2026 19:49:08 -0800 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3d32f1..0c7c047 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Sandboxed, branch-based development with Claude", "type": "module", "bin": { - "sandlot": "./src/cli.ts" + "sandlot": "src/cli.ts" }, "files": [ "src",