mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
chore: add dev script (#666)
This commit is contained in:
parent
ed4f862b49
commit
dae38574ab
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"type": "module",
|
||||
"packageManager": "bun@1.2.14",
|
||||
"scripts": {
|
||||
"dev": "bun run packages/opencode/src/index.ts",
|
||||
"typecheck": "bun run --filter='*' typecheck",
|
||||
"stainless": "bun run ./packages/opencode/src/index.ts serve ",
|
||||
"postinstall": "./scripts/hooks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue