feat: env-example

added a example env
This commit is contained in:
Dustin Loring 2025-01-15 11:05:37 -05:00
parent d9668f2411
commit fd35e5b21a
2 changed files with 7 additions and 0 deletions

6
.env.example Normal file
View File

@ -0,0 +1,6 @@
# Application
VITE_LOG_LEVEL=debug
# API Keys (replace these with your actual keys)
ANTHROPIC_API_KEY=XXX

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ dist-ssr
/.cache
/build
.env*
!.env.example
*.vars
.wrangler
_worker.bundle