mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-19 16:42:27 +00:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="../../vite-env.d.ts" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_APP_TARGET_HUGGINGFACE_SPACE: string
|
|
// more env variables...
|
|
}
|