docs: Add .env.example with debug mode documentation

This commit is contained in:
Stefan
2025-11-27 18:21:00 +01:00
parent c319904f00
commit cbfb6eaa30
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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
+1
View File
@@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env* .env*
!.env.example
# vercel # vercel
.vercel .vercel