You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`make` is the canonical interface; it shells out to pnpm scripts which shell out to turborepo. CI calls the same targets — `make help` lists everything.
8
+
7
9
| Command | Purpose |
8
10
|---------|---------|
9
-
|`pnpm dev`| Launch Tauri desktop app (also starts the web dev server) |
10
-
|`pnpm --filter @openconcho/web dev`| Web-only dev server on http://localhost:5173|
11
-
|`pnpm build`| Turbo: build web + desktop |
12
-
|`pnpm lint`| Turbo: Biome check across packages |
13
-
|`pnpm typecheck`| Turbo: tsc --noEmit across packages |
0 commit comments