We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e43055 commit 7bbfbe6Copy full SHA for 7bbfbe6
src/stores/config.js
@@ -34,7 +34,7 @@ exports.setUp = (basePath, blobStore, locks) => {
34
.on('finish', () => {
35
locks.unlock(callback)
36
})
37
- .end(JSON.stringify(config))
+ .end(JSON.stringify(config, null, 2))
38
39
}
40
0 commit comments