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:
parent
123bd9d29a
commit
c5aedd20b9
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue