tui: update @opentui/core to v0.1.39 and fix build script for new target format

This commit is contained in:
Dax Raad
2025-11-11 01:24:10 -05:00
parent 7d56603c26
commit ecf5040966
4 changed files with 99 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.1",
"packageManager": "bun@1.3.2",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck",