you should print the configuration like this, to check it:
const jsonString = JSON.stringify(configuration, null, 2);
console.log(jsonString);
you should print the configuration like this, to check it:
const jsonString = JSON.stringify(configuration, null, 2);
console.log(jsonString);