bun
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user