mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +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",
|
"type": "module",
|
||||||
"packageManager": "bun@1.2.14",
|
"packageManager": "bun@1.2.14",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "bun run packages/opencode/src/index.ts",
|
||||||
"typecheck": "bun run --filter='*' typecheck",
|
"typecheck": "bun run --filter='*' typecheck",
|
||||||
"stainless": "bun run ./packages/opencode/src/index.ts serve ",
|
"stainless": "bun run ./packages/opencode/src/index.ts serve ",
|
||||||
"postinstall": "./scripts/hooks"
|
"postinstall": "./scripts/hooks"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue