diff --git a/package.json b/package.json index 3fd9f3066..f6fc6f4a7 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,10 @@ "packageManager": "bun@1.3.10", "scripts": { "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", + "dev:serve": "bun run --cwd packages/opencode --conditions=browser src/index.ts serve", "dev:desktop": "bun --cwd packages/desktop tauri dev", "dev:web": "bun --cwd packages/app dev", + "dev:all": "bun dev:serve & bun dev:web & wait", "typecheck": "bun turbo typecheck", "prepare": "husky", "random": "echo 'Random script'",