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 | string The path to write the copy to, relative to the containing directory. |
src | string The path to the file to copy. |