Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
internlm/MindSearch
Vic-729
/
MindSearch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
154195a
MindSearch
/
frontend
/
React
/
src
/
vite-env.d.ts
vansin
feat: update
f3f614f
7 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
;
}