mirror of
https://github.com/zadam/trilium.git
synced 2026-01-17 20:14:25 +01:00
10 lines
157 B
TypeScript
10 lines
157 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_APP_TITLE: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|