tasks
Nadle / tasks
Variable: tasks
const
tasks:TasksAPI
Defined in: packages/nadle/src/core/registration/api.ts:66
The main tasks API instance for registering tasks in Nadle.
Use this object to register new tasks and configure them using the fluent API.
Example:
tasks.register("build", async ({ context }) => { ... }).config({ ... });