file_walker.js detect articles in data file tree

This commit is contained in:
Clément GOUIN
2019-06-19 16:27:49 +02:00
parent 15761551e7
commit 20b4d0353f
8 changed files with 227 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const refConfig = require('./default_config.json');
const refConfig = require('./config.default.json');
const fs = require('fs');
const merge = function (ref, src) {