Files
oikos/web/src/vite-env.d.ts
dtoro b0cdf64bbf fix(web): vite-env.d.ts missing vite/client types reference
import.meta.env (used by main.ts's dev-token auto-config) was untyped
since that landed — vite-env.d.ts never referenced Vite's client types.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-18 10:46:04 +02:00

5 lines
121 B
TypeScript

/// <reference types="vite/client" />
declare const __OIKOS_VERSION__: string
declare const __OIKOS_DEV_TOKEN__: string