Remove schema

This commit is contained in:
Chris Hunt
2023-01-13 18:21:11 +00:00
parent 1e3adcef59
commit 7fd210c506
2 changed files with 1 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ glob("**/app.json", async function (err, files) {
let json = {
name: nextConfig.env.name || 'Unknown store',
appcount: apptotal,
schema_version: nextConfig.env.schema || '1.0',
icon: nextConfig.env.icon || null,
description: nextConfig.env.description || null,
list_url: nextConfig.env.listUrl || null,