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