mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 09:27:19 +08:00
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { ServerPlugin } from '.';
|
|
export declare const envPublicPath = "/vite/env";
|
|
export declare const envPlugin: ServerPlugin;
|