lifetracker/apps/cli/src/vite-env.d.ts

10 lines
156 B
TypeScript

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