2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 19:39:07 +00:00
books/electron/index.js

6 lines
110 B
JavaScript
Raw Normal View History

2018-04-18 06:47:00 +00:00
global.rootRequire = function(name) {
return require(process.cwd() + '/' + name);
}
require('./client');