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…
Add table
Add a link
Reference in a new issue