1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix bindings import

This commit is contained in:
Andrew Simachev 2021-03-18 21:46:05 +03:00
parent 123bd9d29a
commit c5aedd20b9
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ const windowStateKeeper = require('electron-window-state');
const port = process.env.SERVER_PORT;
const openAboutWindow = require('about-window').default;
const keytar = require('keytar');
const bindings = require('bindings');
const TIMEOUT_UPDATE = 600 * 1000;
const MIN_WIDTH = 980;