mirror of
https://github.com/hexolan/panels.git
synced 2026-03-27 04:44:10 +00:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_API_URL: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
} |