UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

10 lines 453 B
import type { RollupOutput } from 'rollup'; import type { One } from '../../vite/types'; export declare const buildVercelOutputDirectory: ({ apiOutput, buildInfoForWriting, clientDir, oneOptionsRoot, postBuildLogs, }: { apiOutput: RollupOutput | null; buildInfoForWriting: One.BuildInfo; clientDir: string; oneOptionsRoot: string; postBuildLogs: string[]; }) => Promise<void>; //# sourceMappingURL=buildVercelOutputDirectory.d.ts.map