This commit is contained in:
Chris Tate
2026-01-11 02:28:51 -06:00
parent 71b1c50533
commit 34821f001e
2 changed files with 324 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"agent-browser": "./bin/agent-browser"
},
"scripts": {
"build": "tsc",
"build": "tsc && bun build ./src/cli-light.ts --compile --outfile ./bin/agent-browser",
"build:node": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"typecheck": "tsc --noEmit",