tasks
Nadle / tasks
Variable: tasks
consttasks:TasksAPI
Defined in: packages/nadle/src/core/registration/api.ts:106
The main tasks API instance for registering tasks in Nadle.
Use this object to register new tasks by name, inline function, or keyed spec.
Example:
tasks.register("build", { run: async ({ context }) => { ... }, group: "Build" });