CopyFile
import { CopyFile } from "@alloy-js/core";
<CopyFile path="string" src="string" />import { CopyFile } from "@alloy-js/core/stc";
CopyFile({ path: string, src: string }).children(children)| path | stringThe path to write the copy to, relative to the containing directory. |
| src | stringThe path to the file to copy. |