From dae38574ab0b5b7105cdc195bbe02a8dd015e254 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 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"