Current section
Files
Jump to
Current section
Files
priv/static/vitePlugin.d.ts
export = liveVuePlugin;
declare function liveVuePlugin(opts?: {}): {
name: string;
handleHotUpdate({ file, modules, server, timestamp }: {
file: any;
modules: any;
server: any;
timestamp: any;
}): never[] | undefined;
configureServer(server: any): void;
};