Files
sign/apps/remix/vite-env.d.ts

10 lines
151 B
TypeScript
Raw Normal View History

2025-01-02 15:33:37 +11:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}