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