Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crates/vite_task/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vite_task

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.

It is consumed by two binaries:

- **[Vite+](https://github.com/voidzero-dev/vite-plus)** — the official product, where it powers `vp run`
- **[`vite_task_bin`](../vite_task_bin)** — internal `vt` CLI for developing and testing this repo without the full Vite+ stack
Loading