Skip to content

@vttforge/cli / emitReleaseZip

Function: emitReleaseZip()

emitReleaseZip(opts): Promise<{ byteSize: number; manifest: FoundryManifest; zipFile: string; }>

Experimental

Internal building block exposed for tests: assumes dist/ is already populated (vite has run, manifest is present) and just emits the zip.

Shape is unproven: no consumer has asked for this yet. It can change in a minor.

Parameters

opts

cwd

string

Returns

Promise<{ byteSize: number; manifest: FoundryManifest; zipFile: string; }>

MIT licensed.