We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92052b commit d1dc974Copy full SHA for d1dc974
package.json
@@ -8,8 +8,8 @@
8
"packages/*"
9
],
10
"scripts": {
11
- "start": "bun run build:codex-sdk-ts && bun --env-file=.env packages/server/src/index.ts",
12
- "start:debug": "bun run build:codex-sdk-ts && bun --inspect-brk --env-file=.env packages/server/src/index.ts",
+ "start": "bun run build:codex-sdk-ts && CODEX_BINARY_PATH=third_party/bin/codex bun --env-file=.env packages/server/src/index.ts",
+ "start:debug": "bun run build:codex-sdk-ts && CODEX_BINARY_PATH=third_party/bin/codex bun --inspect-brk --env-file=.env packages/server/src/index.ts",
13
"build:codex-sdk-ts": "bun run --filter @browseros/codex-sdk-ts prepare",
14
"test": "bun test; bun run test:cleanup",
15
"test:all": "bun test --workspace",
0 commit comments