Molbap's picture
Molbap HF Staff
migrate template
b565d01
raw
history blame
179 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
interface ImportMeta {
readonly env: ImportMetaEnv;
}