fix(web): add NEXT_PUBLIC_CHRONOMIND_BACKEND_URL to .env.example

The fetchEnrichedMessage() function in context-messages.ts references this
env var but it was missing from .env.example, making it invisible to new
developers setting up the project.
This commit is contained in:
saravanakumardb1 2026-04-01 00:00:11 -07:00
parent ea5adcc6ca
commit f94c2d8424

View File

@ -4,3 +4,6 @@
# Platform Service (backend API for sync, auth, telemetry)
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003/api
NEXT_PUBLIC_PRODUCT_ID=chronomind
# ChronoMind Backend (product-specific API for timers, routines, context messages)
NEXT_PUBLIC_CHRONOMIND_BACKEND_URL=http://localhost:4011