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:
smueller
2026-07-22 14:04:35 +02:00
parent 84476e6277
commit 4fcbe38b56
3 changed files with 37 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES2022",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,