Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
Angelsolo
/
solowebsite
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
085dd54
solowebsite
/
lib
/
get-cookie-name.ts
enzostvs
HF Staff
initial commit
13ae717
3 months ago
raw
Copy download link
history
blame
Safe
75 Bytes
export
default
function
MY_TOKEN_KEY
(
) {
return
"deepsite-auth-token"
;
}