chore: fix prettier formatting, regenerate phase9 manifest, add missing config files (.env.example, .node-version, .nvmrc, CI workflow)
CI / test (push) Failing after 28s

This commit is contained in:
root
2026-06-25 20:12:15 -04:00
parent c43620a005
commit b7a640735c
36 changed files with 3402 additions and 1857 deletions
+10
View File
@@ -0,0 +1,10 @@
# Production-safe example environment (Phase 14 integration defaults).
# All demo and analytics integrations are blocked by default.
NEXT_PUBLIC_DEMO_ENABLED=false
DEMO_SUBMISSION_MODE=blocked
DEMO_REQUEST_TIMEOUT_MS=4000
DEMO_IDEMPOTENCY_TTL_SECONDS=900
DEMO_TEST_SCENARIOS_ENABLED=false
DEMO_LOCAL_TEST_MODE=false
NEXT_PUBLIC_ANALYTICS_MODE=disabled
SITE_ORIGIN=http://127.0.0.1:3000