zkt25/z2/shop/util/path.js

3 lines
90 B
JavaScript

const path = require('path');
module.exports = path.dirname(process.mainModule.filename);