docs: Add .env.example with debug mode documentation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Debug Mode
|
||||
# Set to 'true' to enable debug mode which shows LLM prompts and responses
|
||||
# This is useful for debugging AI behavior
|
||||
NEXT_PUBLIC_DEBUG=false
|
||||
|
||||
@@ -32,6 +32,7 @@ yarn-error.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user