feat(layout): allow to minimize chat (#35)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user