chore: release v1.7.78-alpha

This commit is contained in:
archipelago
2026-05-20 20:53:23 -04:00
parent cc1f8fba72
commit e61c757633
9 changed files with 74 additions and 40 deletions

View File

@@ -100,7 +100,7 @@ export const NEW_TAB_APPS = new Set([
export const IFRAME_BLOCKED_APPS = new Set<string>([])
/** Resolve app URL using direct port mapping (source of truth) */
export function resolveAppUrl(id: string, routeQueryPath?: string, runtimeUrl?: string): string {
export function resolveAppUrl(id: string, routeQueryPath?: string, _runtimeUrl?: string): string {
// External HTTPS apps
const ext = EXTERNAL_URLS[id]
if (ext) return ext