chore: remove CLAUDE.md and stale config files
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user