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>
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __OIKOS_VERSION__: string
|
|
declare const __OIKOS_DEV_TOKEN__: string
|