1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-19 14:28:28 +00:00
thatmattlove-hyperglass/hyperglass/ui/.alias.js
2020-02-24 09:06:07 -07:00

5 lines
83 B
JavaScript

const path = require("path");
module.exports = {
"~": path.join(__dirname)
};