Files
openwork/apps/desktop/package.json
Omar McAdam db10a7b5ba build: centralize the pinned opencode version (#1075)
Keep OpenCode version selection predictable by reading a single repo-wide constant and packaging that pin into orchestrator builds. Remove env and latest-release fallbacks so desktop, workers, snapshots, and CI stay aligned.

Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-20 12:30:24 -07:00

17 lines
573 B
JSON

{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.175",
"opencodeRouterVersion": "0.11.175",
"type": "module",
"scripts": {
"dev": "OPENWORK_DEV_MODE=1 OPENWORK_DATA_DIR=\"$HOME/.openwork/openwork-orchestrator-dev\" tauri dev --config src-tauri/tauri.dev.conf.json --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",
"build": "tauri build",
"prepare:sidecar": "node ./scripts/prepare-sidecar.mjs"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0"
},
"packageManager": "pnpm@10.27.0"
}