film-exif/src/electron/starter.js

9 lines
168 B
JavaScript
Raw Normal View History

2018-04-17 15:55:19 -04:00
// Do app initialization and event handling
2018-04-20 11:17:44 -04:00
import './app';
2018-03-29 16:28:14 -04:00
2018-04-17 15:55:19 -04:00
// Initialize websockets
2018-04-20 11:17:44 -04:00
import './websocket-events';
// eslint-disable-next-line
global.eval = () => {};