Files
2026-05-08 16:04:22 +10:00

8 lines
121 B
TypeScript

/// <reference types="vite/client" />
type ImportMetaEnv = {};
interface ImportMeta {
readonly env: ImportMetaEnv;
}