chore: add dev script (#666)

This commit is contained in:
Timo Clasen
2025-07-03 21:43:25 +02:00
committed by GitHub
parent 1843630b21
commit a42379df25
+1
View File
@@ -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"