1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
This commit is contained in:
Dean 2023-04-25 12:31:52 +01:00
parent f3be917da1
commit 72c72fc48a

View file

@ -223,7 +223,7 @@ export async function fetchAppPackage(ctx: UserCtx) {
) )
ctx.body = { ctx.body = {
application : {...application, upgradableVersion : envCore.VERSION}, application: { ...application, upgradableVersion: envCore.VERSION },
screens, screens,
layouts, layouts,
clientLibPath, clientLibPath,