bolt.diy / worker-configuration.d.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
raw
history blame
99 Bytes
interface Env {
ANTHROPIC_API_KEY: string;
SESSION_SECRET: string;
PAYLOAD_SECRET: string;
}