forked from mirrors/thatmattlove-hyperglass
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
const path = require("path");
|
|
|
|
module.exports = {
|
|
"~": path.join(__dirname)
|
|
};
|