bolt.diy / packages /bolt /worker-configuration.d.ts
Roberto Vidal
feat(session): encrypt data and fix renewal (#38)
44226db unverified
raw
history blame
99 Bytes
interface Env {
ANTHROPIC_API_KEY: string;
SESSION_SECRET: string;
PAYLOAD_SECRET: string;
}