mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix package-deps building
This commit is contained in:
parent
d19b48acf6
commit
838f4ca230
6 changed files with 76 additions and 109 deletions
|
@ -7,6 +7,9 @@ const path = require('path');
|
|||
const os = require('os');
|
||||
const log = require('electron-log');
|
||||
const storage = require('electron-json-storage');
|
||||
const fs = require('fs');
|
||||
const readChunk = require('read-chunk');
|
||||
const fileType = require('file-type');
|
||||
|
||||
let userPath = app.getPath('userData');
|
||||
let waitLibraryPromise;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue