bolt.diy / worker-configuration.d.ts
Sam Denty
feat: remove authentication (#1)
2a29fbb unverified
raw
history blame
47 Bytes
interface Env {
ANTHROPIC_API_KEY: string;
}