This commit is contained in:
Michael Shanks 2020-07-09 15:05:56 +01:00
parent 12df137c36
commit d38b1fe888
1 changed files with 1 additions and 1 deletions

View File

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