feat: remove authentication (#1)

This commit is contained in:
Sam Denty
2024-09-26 17:45:41 +01:00
committed by GitHub
parent 6fb59d2bc5
commit 2a29fbbe82
21 changed files with 27 additions and 597 deletions

View File

@@ -29,17 +29,10 @@ pnpm install
ANTHROPIC_API_KEY=XXX
```
Optionally, you an set the debug level or disable authentication:
Optionally, you an set the debug level:
```
VITE_LOG_LEVEL=debug
VITE_DISABLE_AUTH=1
```
If you want to run authentication against a local StackBlitz instance, add:
```
VITE_CLIENT_ORIGIN=https://local.stackblitz.com:3000
```
**Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore.