aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/vite-env.d.ts
blob: 604ce5039877b4525e579b31be972c0e669d2c68 (plain) (blame)
1
2
3
4
5
6
7
8
9
/// <reference types="vite/client" />

interface ImportMetaEnv {
  readonly CLI_VERSION: string;
}

interface ImportMeta {
  readonly env: ImportMetaEnv;
}