From 9997d9a82bdc70c5fc0b19a27f4d9cadf28e954a Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 7 May 2018 09:22:58 +0200 Subject: save output as report --- backend/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/config.js') diff --git a/backend/config.js b/backend/config.js index fe51ca3..cecbe05 100644 --- a/backend/config.js +++ b/backend/config.js @@ -55,5 +55,6 @@ module.exports = { }, file: { pattern: (moment) => `../data/${hashSettings(module.exports)}/${moment.toISOString()}.json`, + reportPattern: () => `../data/${hashSettings(module.exports)}/report.json`, }, }; -- cgit v1.3.1