Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gionuibk
/
puter-deploy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
puter-deploy
/
tests
/
api-tester
/
puter_js
/
auth
/
__entry__.js
gionuibk
Upload folder using huggingface_hub
61d39e2
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
module
.
exports
=
registry
=>
{
registry.
add_test
(
'whoami'
,
require
(
'./whoami.js'
));
};