Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/page-agent
/ ImportMetaEnv
Interface
ImportMetaEnv
packages/website/src/env.d.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/// <reference types="vite/client" />
2
3
interface
ImportMetaEnv {
4
readonly VERSION: string
5
}
6
7
declare module
'*.module.css'
{
8
const
classes: Record<string, string>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected