UNPKG

@antdevx/vite-plugin-hmr-sync

Version:

A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.

9 lines 496 B
export declare const DEFAULT_LISTEN_ENDPOINT = "/on-child-rebuild"; export declare const DEFAULT_HOT_PAYLOAD: { type: string; path: string; }; export declare const VITE_PLUGIN_NOTIFY_ON_REBUILD = "vite-plugin-notify-on-rebuild"; export declare const VITE_PLUGIN_LISTEN_FOR_REMOTE_REBUILDS = "vite-plugin-listen-for-remote-rebuilds"; export declare const VITE_PLUGIN_LISTEN_FOR_REMOTE_REBUILDS_ERROR = "vite-plugin-listen-for-remote-rebuilds-error"; //# sourceMappingURL=constants.d.ts.map