Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alpic-ai/skybridge
/ ImportMetaEnv
Interface
ImportMetaEnv
examples/capitals/src/vite-env.d.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare module
"vite/client"
{
4
interface
ImportMetaEnv {
5
readonly VITE_MAPBOX_PUBLIC_TOKEN: string;
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected