6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
|
console.log('package.js running in: ' + process.cwd());
|
||
|
|
||
|
const lbryFormat = require('./lbry-format~');
|
||
|
|
||
|
console.log(lbryFormat);
|