3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
const config = require('./default-config.json')
|
|
|
|
console.log(JSON.stringify(config))
|