mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
feat: env-example
added a example env
This commit is contained in:
parent
d9668f2411
commit
fd35e5b21a
6
.env.example
Normal file
6
.env.example
Normal 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
1
.gitignore
vendored
@ -25,6 +25,7 @@ dist-ssr
|
||||
/.cache
|
||||
/build
|
||||
.env*
|
||||
!.env.example
|
||||
*.vars
|
||||
.wrangler
|
||||
_worker.bundle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user