env.d.ts 153 B

123456
  1. // eslint-disable-next-line spaced-comment
  2. /// <reference types="vite/client" />
  3. interface ImportMetaEnv {
  4. readonly VITE_SPEAKING_API_HOST?: string
  5. }