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