summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index e1471d356..d875b0306 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,8 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
+ "dev:desktop": "bun --cwd packages/desktop tauri dev",
+ "dev:web": "bun --cwd packages/web dev",
"typecheck": "bun turbo typecheck",
"prepare": "husky",
"random": "echo 'Random script'",