UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

11 lines (10 loc) 288 B
type BuildWorkerLogOptions = { target: string; branch?: string; envVars?: Record<string, string>; rewritePaths?: boolean; forcedExternals?: string[]; plain?: boolean; }; export declare function logBuildWorkerStart(options: BuildWorkerLogOptions): void; export {};