feat: command to run front and backend

This commit is contained in:
Nik L
2026-03-02 09:44:13 -05:00
parent 89370ba49f
commit 3e1ae99ab5

View File

@@ -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'",