mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-10 03:07:32 +08:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
const EE = require('ee-core/ee');
|
|
const App = require('./electron');
|
|
|
|
// Instantiate an app object
|
|
EE.app = new App(); |