UNPKG

nx-remotecache-custom

Version:

Build custom caching for @nrwl/nx in a few lines of code

6 lines (5 loc) 290 B
import { Task } from "nx/src/config/task-graph"; import type { DefaultTasksRunnerOptions, RemoteCache } from "nx/src/tasks-runner/default-tasks-runner"; export type NxDefaultTasksRunnerOptions = DefaultTasksRunnerOptions; export type NxRemoteCache = RemoteCache; export type NxTask = Task;