File size: 201 Bytes
f762ee5
a1f1bf8
 
9eea4a2
9bf569f
a1f1bf8
 
 
9eea4a2
a1f1bf8
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="vite/client" />

interface ImportMetaEnv {
  readonly VITE_API_SERVER: string
  readonly VITE_LOAD_VIA_PROXY_URL: string
}

interface ImportMeta {
  readonly env: ImportMetaEnv
}