1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
This commit is contained in:
Michael Shanks 2020-07-09 15:05:56 +01:00
parent 6840e4befa
commit 5c310c9231

View file

@ -147,7 +147,7 @@ const createEmptyAppPackage = async (ctx, app) => {
app app
) )
await buildPage(ctx.config, app._id, "main", { await buildPage(ctx.config, app._id, "main", {
page: mainJson, page: mainJson,
screens: await loadScreens(newAppFolder, "main"), screens: await loadScreens(newAppFolder, "main"),
}) })