FunctionsCompileCompile CallableCompile(options: { config: any; output: string }): Promise<unknown>compiles the given build configuration to a single html reportParametersoptions: { config: any; output: string }contains the necessary options for compileReturns Promise<unknown>
compiles the given build configuration to a single html report