mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-19 14:28:28 +00:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
const path = require("path");
|
|
|
|
module.exports = {
|
|
"~": path.join(__dirname)
|
|
};
|