Skip to content

probe-web / @probe-web/artifacts / WatchOptions

Interface: WatchOptions

Defined in: index.ts:54

Polling options for watchFile and FileArtifact.watch.

Properties

PropertyTypeDescriptionDefined in
intervalMs?numberPoll interval in ms (the File System Access API has no change events). Default 500.index.ts:56
settleMs?numberDebounce: wait until the file stops changing for this long, in ms (build tools write in steps). Default 300.index.ts:58