1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-23 00:08:30 +00:00
thatmattlove-hyperglass/ui/.alias.js
checktheroads 0728965999 fix import
2020-01-17 02:50:57 -07:00

5 lines
83 B
JavaScript

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