transformers / app /src /env.d.ts
tfrere's picture
tfrere HF Staff
Clean repository - remove missing LFS files
6afedde
raw
history blame
179 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
interface ImportMeta {
readonly env: ImportMetaEnv;
}