feat: add login

This commit is contained in:
Dominic Elm
2024-07-11 21:25:19 +02:00
parent 6927c07451
commit d2b36e8fb2
11 changed files with 196 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
interface Env {
ANTHROPIC_API_KEY: string;
SESSION_SECRET: string;
LOGIN_PASSWORD: string;
}