This commit is contained in:
Chris Wanstrath 2026-02-26 19:49:08 -08:00
parent 8d09e3017f
commit a193bf5cad

View File

@ -4,7 +4,7 @@
"description": "Sandboxed, branch-based development with Claude",
"type": "module",
"bin": {
"sandlot": "./src/cli.ts"
"sandlot": "src/cli.ts"
},
"files": [
"src",