mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
|
exports.path = require("path").join(
|
||
|
__dirname,
|
||
|
"runtime.js"
|
||
|
);
|