diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index da0c909..39ce0fd 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -234,6 +234,7 @@ if (!existsSync(generatedDir)) { } const blacklist = ["", "test", ".", "..", "manifest", "index", "land", "preferences", "account", "openstreetmap", "custom"] +// @ts-ignore const all : LayoutConfigJson[] = all_known_layouts.themes; for (const i in all) {