This commit is contained in:
Michael Shanks 2020-07-09 15:05:56 +01:00
parent 6840e4befa
commit 5c310c9231
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"),
})