Răsfoiți Sursa

chore: package.json scripts

Adam 6 luni în urmă
părinte
comite
3116cfc167
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      package.json

+ 2 - 0
package.json

@@ -7,6 +7,8 @@
   "packageManager": "bun@1.3.5",
   "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'",