[opentui] fix: dev script cannot find jsx import source (#3257)
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
geril07 2025-10-19 19:58:54 +03:00 committed by Dax Raad
parent 70e9038568
commit 8ba2d3de1b

View file

@ -6,7 +6,7 @@
"type": "module",
"packageManager": "bun@1.3.0",
"scripts": {
"dev": "bun run packages/opencode/src/index.ts",
"dev": "bun run --cwd packages/opencode src/index.ts",
"typecheck": "bun turbo typecheck",
"prepare": "husky",
"random": "echo 'Random script'"