@antdevx/vite-plugin-hmr-sync
Version:
A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.
11 lines • 331 B
TypeScript
export interface IStartServerOptions {
notify?: boolean;
hostUrl?: string;
appName?: string;
port?: string;
cache?: string;
cors?: boolean;
serveCommand?: 'quasar serve' | 'vite preview' | string;
buildCommand?: 'quasar build' | 'vite build' | string;
}
//# sourceMappingURL=build.interface.d.ts.map