Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dlouapre
/
eiffel-tower-llama
like
42
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
eiffel-tower-llama
/
app
/
src
/
env.d.ts
thibaud frere
add code output
4f3bb9d
3 months ago
raw
Copy download link
history
blame
179 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
;
}