feat(layout): allow to minimize chat (#35)

This commit is contained in:
Dominic Elm
2024-08-14 11:08:52 +02:00
committed by GitHub
parent 8fd9d4477e
commit d5a29c2427
18 changed files with 262 additions and 114 deletions

View File

@@ -30,10 +30,11 @@ pnpm install
ANTHROPIC_API_KEY=XXX
```
Optionally, you an set the debug level:
Optionally, you an set the debug level or disable authentication:
```
VITE_LOG_LEVEL=debug
VITE_DISABLE_AUTH=1
```
If you want to run authentication against a local StackBlitz instance, add: