Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xinnni
/
json
like
0
Build error
App
Files
Files
Community
5ae4f5e
json
/
src
/
types
/
env.d.ts
xinnni
Upload 146 files
f909d7c
verified
9 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
namespace
NodeJS
{
interface
ProcessEnv
{
NEXT_PUBLIC_BASE_URL
:
string
;
NEXT_PUBLIC_PAYMENT_URL
:
string
;
NEXT_PUBLIC_GA_ID
:
string
;
}
}