Expose and protect legacy app name flag

This commit is contained in:
Kasra Bigdeli
2026-07-19 22:06:21 -07:00
parent 139032308b
commit 03afe6027c
@@ -116,6 +116,7 @@ export async function getAllAppDefinitions(
const app = apps[key]
app.appName = key
app.isAppBuilding = serviceManager.isAppBuilding(key)
app.isLegacyAppName = !!app.isLegacyAppName
app.appPushWebhook = app.appPushWebhook || undefined
appsArray.push(app)
})