@pellegrims/nx-remotecache-s3
Version:
Remote caching for @nrwl/nx using S3 storage
7 lines (6 loc) • 363 B
TypeScript
import { CustomRunnerOptions } from 'nx-remotecache-custom';
import { S3Options } from './setup-s3-task-runner';
export declare const emptyOptions: CustomRunnerOptions<S3Options>;
export declare const defaultOptions: CustomRunnerOptions<S3Options>;
export declare const envValues: Record<keyof S3Options, string>;
export declare const clearProxyInfo: () => void;