Kind: Function
Source: atloria-monorepo/libs/site-gen-core/src/assembler/copy.ts
Copy selected section .tsx files and their shared component dependencies to the output directory.
Signature
tsasync function copySections(resolvedSections: ManifestSection[], componentLibraryDir: string, outputDir: string): Promise<string[]>
Parameters
| Name | Type |
|---|---|
resolvedSections | ManifestSection[] |
componentLibraryDir | string |
outputDir | string |
Returns: Promise<string[]>
Was this page helpful?