()
| 23 | // Dynamic-import the SDK so tsup keeps it out of the static-import head of |
| 24 | // the CLI bundle. See sites.ts loadSDK() for the full rationale. |
| 25 | async function loadSDK(): Promise<typeof import("@hyperframes/aws-lambda/sdk")> { |
| 26 | return import("@hyperframes/aws-lambda/sdk"); |
| 27 | } |
| 28 | |
| 29 | export interface RenderArgs { |
| 30 | projectDir: string; |
no outgoing calls
no test coverage detected