Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SantoshKumar1310
/
QuantumShield
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
QuantumShield
/
frontend
/
node_modules
/
@swc
/
helpers
/
scripts
/
utils.js
SantoshKumar1310
Upload folder using huggingface_hub
49e53ae
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
79 Bytes
export
function
root
(
...p
) {
return
path.
resolve
(__dirname,
".."
, ...p);
}