Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hicustomer
/
govsearch
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ab9ea0d
govsearch
/
env.d.ts
Katsuya Oda
Initial commit
5285b72
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
199 Bytes
/// <reference types="@remix-run/node" />
/// <reference types="vite/client" />
interface
ImportMetaEnv
{
readonly
VITE_APP_TITLE
:
string
}
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
}