Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
understanding
/
Ping
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b23d199
Ping
/
src
/
test
/
index.ts
understanding
Upload 41 files
ba5c923
verified
25 days ago
raw
Copy download link
history
blame
Safe
Wrap lines
91 Bytes
import
dotenv
from
"dotenv"
;
dotenv.
config
();
console
.
log
(
"✔ All test has been passed"
);