2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +00:00
books/electron/index.js
2018-04-18 12:17:00 +05:30

6 lines
110 B
JavaScript

global.rootRequire = function(name) {
return require(process.cwd() + '/' + name);
}
require('./client');