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