Update .env.example, tsconfig.json, and PHASE-TRACKING.md for WebUI integration and feature completion
- Added WEBUI_URL and SESSION_SECRET to .env.example for improved configuration. - Updated TypeScript target in apps/webui/tsconfig.json to ES2022 for modern features. - Revised PHASE-TRACKING.md to reflect the completion of Phase 6, detailing implemented features and pending manual tests for the WebUI, including Discord OAuth2 integration and session management.
This commit is contained in:
@@ -16,3 +16,8 @@ HEALTH_PORT=8080
|
||||
PUBLIC_BASE_URL=http://localhost:8080
|
||||
TWITCH_CLIENT_ID=
|
||||
TWITCH_CLIENT_SECRET=
|
||||
|
||||
# WebUI (apps/webui)
|
||||
WEBUI_URL=http://localhost:3000
|
||||
# Must be at least 32 characters long. Generate e.g. with `openssl rand -hex 32`.
|
||||
SESSION_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user