Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vansin
/
MS
like
3
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
MS
/
frontend
/
React
/
src
/
vite-env.d.ts
vansin
feat: update
458ecfb
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
/// <reference types="vite/client" />
interface
ImportMetaEnv
{
readonly
VITE_SSO_URL
:
string
;
}
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
;
}