Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
internlm
/
MindSearch
like
52
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
60ed594
MindSearch
/
frontend
/
React
/
src
/
vite-env.d.ts
vansin
feat: update
f3f614f
8 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
/// <reference types="vite/client" />
interface
ImportMetaEnv
{
readonly
VITE_SSO_URL
:
string
;
}
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
;
}