Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kernel14
/
Nora
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Nora
/
frontend
/
vite-env.d.ts
GitHub Action
Deploy clean version of Nora
59bd45e
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
/// <reference types="vite/client" />
interface
ImportMetaEnv
{
readonly
VITE_API_URL
:
string
}
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
}