mirror of
https://github.com/caprover/caprover
synced 2026-09-23 07:05:35 +00:00
Expose and protect legacy app name flag
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user