4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
|
|
const path = require('path');
|
||
|
|
module.exports = function () {
|
||
|
|
return path.resolve(__dirname) + '/wxMpRuntime.js';
|
||
|
|
};
|