mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
5 lines
184 B
TypeScript
5 lines
184 B
TypeScript
import { ServerPlugin } from '.';
|
|
export declare const clientFilePath: string;
|
|
export declare const clientPublicPath = "/vite/client";
|
|
export declare const clientPlugin: ServerPlugin;
|