mv config files to conf/
This commit is contained in:
parent
120175cd77
commit
ac8b3b834f
5 changed files with 7 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ const path = require('path');
|
|||
async function main() {
|
||||
console.log('npm pre running');
|
||||
|
||||
const links = fs.readFileSync("links.csv")
|
||||
const links = fs.readFileSync("conf/links.csv")
|
||||
.toString()
|
||||
.trim()
|
||||
.split('\n')
|
||||
|
|
|
|||
Loading…
Reference in a new issue