diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:22:58 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:22:58 +0200 |
| commit | 9997d9a82bdc70c5fc0b19a27f4d9cadf28e954a (patch) | |
| tree | e11560174da2aeda0a9ece7959930d64faa1d630 /backend/config.js | |
| parent | 12aab6c56e8df4f838ddce5160b4f39a610a8954 (diff) | |
| download | brokentalents-9997d9a82bdc70c5fc0b19a27f4d9cadf28e954a.tar.gz brokentalents-9997d9a82bdc70c5fc0b19a27f4d9cadf28e954a.zip | |
save output as report
Diffstat (limited to 'backend/config.js')
| -rw-r--r-- | backend/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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`, }, }; |
