Skip to content

CopyFile

import { CopyFile } from "@alloy-js/core";
<CopyFile path="string" src="string" />
pathstring

The path to write the copy to, relative to the containing directory.

srcstring

The path to the file to copy.