3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = path.dirname(process.mainModule.filename); |