1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-13 12:00:08 +08:00
1Panel/frontend/vite-env.d.ts

11 lines
203 B
Go
Raw Normal View History

/// <reference types="vite/client" />
/// <reference types="vite-svg-loader" />
2024-12-20 15:32:58 +08:00
interface ImportMetaEnv {
2025-02-08 16:41:27 +08:00
readonly VITE_API_URL: string;
2024-12-20 15:32:58 +08:00
}
2025-02-08 16:41:27 +08:00
interface ImportMeta {
readonly env: ImportMetaEnv;
2024-12-20 15:32:58 +08:00
}