mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
[opentui] fix: dev script cannot find jsx import source (#3257)
This commit is contained in:
parent
70e9038568
commit
8ba2d3de1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue