feat(headless): add openwrk router daemon (#343)

* feat(headless): add openwrk router daemon

* fix(headless): honor opencode auth in router
This commit is contained in:
ben
2026-01-30 21:32:36 -08:00
committed by GitHub
parent 441b457111
commit a844c9ac19
6 changed files with 1070 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
"build": "tsc -p tsconfig.json",
"build:bin": "pnpm --filter openwork-server build:bin && pnpm --filter owpenwork build:bin && bun build --compile src/cli.ts --outfile dist/openwrk && bun scripts/build-bin.ts",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:router": "pnpm build && node scripts/router.mjs",
"prepublishOnly": "pnpm build:bin"
},
"files": [