mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
index: use config module
This commit is contained in:
parent
98e45a500f
commit
995206c19b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -24,7 +24,7 @@ const url = 'file://' + resolve(
|
|||
console.log('electron will open', url);
|
||||
|
||||
// initializate configuration
|
||||
require('./config-init')();
|
||||
require('./config').init();
|
||||
|
||||
app.on('window-all-closed', () => {
|
||||
// by subscribing to this event and nooping
|
||||
|
|
|
|||
Loading…
Reference in a new issue