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