Files

4 lines
119 B
JavaScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
const path = require('path');
module.exports = function () {
return path.resolve(__dirname) + '/wxMpRuntime.js';
};