chore: remove CLAUDE.md and stale config files

This commit is contained in:
Dorian
2026-04-12 12:11:00 -04:00
parent 29ff413559
commit 18284e1592
13 changed files with 198 additions and 249 deletions
@@ -162,7 +162,7 @@ export function resolveAppUrl(id: string, routeQueryPath?: string): string {
if (httpsProxy) return `${window.location.origin}${httpsProxy}`
}
// HTTP: direct port access (iframes break with proxy paths due to root-relative assets)
// HTTP: direct port access
const port = APP_PORTS[id]
if (!port) return ''
let base = `http://${window.location.hostname}:${port}`