feat: add ServeDebugAppRequestHandler for serving debug app assets and improve error handling in LoginRequestHandler

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Neil Dorin 2026-04-30 14:22:53 -06:00
parent 9ea5ec5d1a
commit ee240ca378
6 changed files with 288 additions and 36 deletions

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using Crestron.SimplSharp;