mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
add module that exports the config location
This commit is contained in:
parent
336cdd25ab
commit
40d8d9c843
1 changed files with 4 additions and 0 deletions
4
config-path.js
Normal file
4
config-path.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
const { homedir } = require('os');
|
||||
const { resolve } = require('path');
|
||||
|
||||
module.exports = resolve(homedir(), '.hyperterm.js');
|
||||
Loading…
Reference in a new issue