mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 12:49:33 +00:00
* 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>
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="../vite-env.d.ts" />
|
|
|
|
interface ImportMetaEnv {
|
|
// Env variables...
|
|
}
|