UNPKG

@antdevx/vite-plugin-hmr-sync

Version:

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

7 lines 186 B
/** * Starts the build and server process for the application. * * @export */ export declare function startBuildAndServer(): Promise<void>; //# sourceMappingURL=start-server.d.ts.map