- fix(web): cast window through unknown in platform-sync.ts (TS2352) - docs: add AGENTS.md, README.md, CLAUDE.md, .windsurfrules, .cursorrules, env.example - feat(ios): port Recurrence.swift from web/src/lib/recurrence.ts - feat(ios): port NLParser.swift from web/src/lib/nl-parser.ts - feat(ios): port ContextMessages.swift from web/src/lib/context-messages.ts - feat(ios): add CMRoutine model + Routines.swift engine with state machine + templates - feat(ios): add RoutineListView, RoutineRunnerView, RoutineEditorView - feat(android): add RoutineScreen.kt with list, runner, templates, step controls Web: 373 tests passing, build succeeds with --webpack flag
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
# ── ChronoMind Web — Environment Variables ────────────────────
|
|
# Copy this file to .env.local and fill in values.
|
|
|
|
# Platform-service URL (for cloud sync — optional for local-only use)
|
|
NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://localhost:4003
|
|
|
|
# Analytics (optional — stub logs to console in dev)
|
|
# NEXT_PUBLIC_PLAUSIBLE_DOMAIN=chronomind.app
|