separation of concerns
This commit is contained in:
7
main/config.js
Normal file
7
main/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var path = require('path')
|
||||
|
||||
module.exports = {
|
||||
APP_NAME: 'WebTorrent',
|
||||
INDEX: 'file://' + path.resolve(__dirname, '..', 'renderer', 'index.html'),
|
||||
startTime: Date.now()
|
||||
}
|
||||
Reference in New Issue
Block a user