From a42379df25f933002463abe3e2ee9af4f5ead660 Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Thu, 3 Jul 2025 21:43:25 +0200 Subject: [PATCH] chore: add dev script (#666) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 55242761b5..9348249824 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"