chore: add dev script (#666)

This commit is contained in:
Timo Clasen 2025-07-03 21:43:25 +02:00 committed by GitHub
parent ed4f862b49
commit dae38574ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"