Skip to content

writeOutput

Write the output from render to the file system.

import { writeOutput } from "@alloy-js/core";
function writeOutput(output: OutputDirectory, basePath?: string): Promise<void>;
outputOutputDirectory
basePathoptional string

Promise<void>