vite-listenerType aliases
Type Alias: InkHmrListenerOptions
> InkHmrListenerOptions = object
Defined in: src/vite-listener/plugins.ts:18
Options for the Ink HMR listener helpers.
Properties
characters?
> optional characters?: readonly CharacterIdSource[]
Defined in: src/vite-listener/plugins.ts:23
Characters forwarded to importInkText when an update re-imports raw Ink text (the path
used without inkJsonOutputPattern), so characterId: text speakers resolve at reload time.