Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slowlydev/f1-dash
/ Window
Interface
Window
dashboard/src/env.ts:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
declare global {
43
interface
Window {
44
[PUBLIC_ENV_KEY]: Env;
45
}
46
}
47
48
let
env = process.env as unknown as Env;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected