Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xinnni
/
json
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
json
/
src
/
types
/
env.d.ts
xinnni
Upload 146 files
f909d7c
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
namespace
NodeJS
{
interface
ProcessEnv
{
NEXT_PUBLIC_BASE_URL
:
string
;
NEXT_PUBLIC_PAYMENT_URL
:
string
;
NEXT_PUBLIC_GA_ID
:
string
;
}
}