Records Input Path

This option is expressed as a string, recordsInputPath, as illustrated in the following code block:

module.exports = { 
recordsInputPath: path.join(__dirname, 'records.json'),
};

It will specify the file from which the last set of records is read, and can be used to rename a records file. Related is the Records Output Path option, and we will go over that now.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.22.61.246