Refactor(URL): Optimize url
This commit is contained in:
1
src/main/global.d.ts
vendored
1
src/main/global.d.ts
vendored
@@ -3,6 +3,7 @@ type Platform = 'WEB' | 'DESKTOP' | 'ANDROID'
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_PLATFORM: Platform
|
||||
readonly VITE_PROTOCOL: string
|
||||
readonly VITE_UI_URL: string
|
||||
readonly VITE_API_URL: string
|
||||
readonly VITE_API_TOKEN_URL: string
|
||||
readonly VITE_TURNSTILE_SITE_KEY: string
|
||||
|
||||
Reference in New Issue
Block a user