This commit is contained in:
tree 2022-04-12 13:31:02 +02:00
rodič 71e3181f68
revize 3cdefaea15
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -170,7 +170,7 @@ export class UTXOEngine {
);
schemaBundle.push(schema.schema);
}
await this._jsonWrite([outputSchemaDir, "bundle.json"]);
await this._jsonWrite([outputSchemaDir, "bundle.json"], JSON.stringify(schemaBundle, null, 2));
// write global index
await this._jsonWrite([outputDir, "index.json"], entriesIndex);