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>
This commit is contained in:
2
web/src/vite-env.d.ts
vendored
2
web/src/vite-env.d.ts
vendored
@@ -1,2 +1,4 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
|
|
||||||
declare const __OIKOS_VERSION__: string
|
declare const __OIKOS_VERSION__: string
|
||||||
declare const __OIKOS_DEV_TOKEN__: string
|
declare const __OIKOS_DEV_TOKEN__: string
|
||||||
|
|||||||
Reference in New Issue
Block a user