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
This is the top-level library crate that orchestrates the full task lifecycle: loading the task graph, planning execution, running or replaying tasks , and reporting results.
4
+
5
+
It is consumed by two binaries:
6
+
7
+
-**[Vite+](https://github.com/voidzero-dev/vite-plus)** — the official product, where it powers `vp run`
8
+
-**[`vite_task_bin`](../vite_task_bin)** — internal `vt` CLI for developing and testing this repo without the full Vite+ stack
0 commit comments