diff --git a/package.json b/package.json index 55242761..93482498 100644 --- a/package.json +++ b/package.json @@ -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"