Files
graphs/src/vite-env.d.ts
Cauê Faleiros ed3a3f0571
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s
Load Turnstile site key at runtime
2026-07-28 13:03:51 -03:00

10 lines
158 B
TypeScript

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