2
0
mirror of https://github.com/frappe/books.git synced 2025-02-04 04:58:30 +00:00
books/electron/index.js

6 lines
110 B
JavaScript
Raw Normal View History

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