UNPKG

@antdevx/vite-plugin-hmr-sync

Version:

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

9 lines 334 B
import { IStartServerOptions } from '../interface/build.interface'; /** * Reads the nodemon.json configuration file synchronously and returns the hmrSync options. * * @export * @return {*} {IStartServerOptions} */ export declare function readNodemonHmrSyncConfig(): IStartServerOptions; //# sourceMappingURL=read-config.d.ts.map