feat: add login
This commit is contained in:
2
packages/bolt/worker-configuration.d.ts
vendored
2
packages/bolt/worker-configuration.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
interface Env {
|
||||
ANTHROPIC_API_KEY: string;
|
||||
SESSION_SECRET: string;
|
||||
LOGIN_PASSWORD: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user