Files
heros_web/src/vite-env.d.ts

6 lines
92 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly DEV: boolean;
}