Interface: GenerateSnapshotOptions
Properties
onProgress()?
optionalonProgress: (msg) =>void
Progress callback (e.g. CLI logging).
Parameters
| Parameter | Type |
|---|---|
msg | string |
Returns
void
outPath
outPath:
string
Absolute path to write the snapshot JSON.
root?
optionalroot:string
Monorepo root; auto-detected from cwd when omitted.
skipBundles?
optionalskipBundles:boolean
Skip frontend bundle measurement.
skipTimings?
optionalskipTimings:boolean
Skip suite / typecheck shell timings.