1
0
Fork 0
mirror of synced 2024-06-20 19:30:28 +12:00
This commit is contained in:
Michael Shanks 2020-07-09 15:05:56 +01:00
parent 12df137c36
commit d38b1fe888

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"),
})