Files
moeka-project/apps/stage-pocket/vite-env.d.ts
T
Makitoandautofix-ci[bot] 00d3105719 refactor(apps/*,docs): unify PostHog config (#875)
* refactor(apps/*,docs): unify PostHog config

* [autofix.ci] apply automated fixes

* refactor: remove ImportMeta and keep ImportMetaEnv only

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-04 23:58:03 +09:00

9 lines
246 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="../../vite-env.d.ts" />
interface ImportMetaEnv {
readonly VITE_APP_TARGET_HUGGINGFACE_SPACE: boolean
readonly VITE_PLATFORM: 'ios' | 'android' | 'web'
// more env variables...
}