fix: Inline comments in .env.example conflicting with env variable values (#501)

* fix: Update API key format in env.example to use quotes for consistency

* chore: add changelog
This commit is contained in:
Ralph Khreish
2025-05-15 01:32:49 +02:00
committed by GitHub
parent a1f8d52474
commit 0a611843b5
2 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
---
'task-master-ai': patch
---
Fix initial .env.example to work out of the box
- Closes #419