Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5f06f50
bolt.diy
/
packages
/
bolt
/
worker-configuration.d.ts
Roberto Vidal
feat(session): encrypt data and fix renewal (#38)
44226db
unverified
about 1 year ago
raw
Copy download link
history
blame
99 Bytes
interface
Env
{
ANTHROPIC_API_KEY
:
string
;
SESSION_SECRET
:
string
;
PAYLOAD_SECRET
:
string
;
}