mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
refactor: cleanup
This commit is contained in:
6
src/env.d.ts
vendored
6
src/env.d.ts
vendored
@@ -7,11 +7,11 @@ interface ImportMetaEnv {
|
||||
readonly TAURI_ARCH?: string
|
||||
readonly TAURI_DEBUG?: boolean
|
||||
readonly TAURI_PLATFORM_TYPE?: string
|
||||
|
||||
readonly VITE_HOMEPAGE_URL: string
|
||||
readonly VITE_BUGS_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
declare const HOMEPAGE_URL: string
|
||||
declare const BUGS_URL: string
|
||||
|
||||
Reference in New Issue
Block a user