changes for local files: read below
* added pouchdb-node * moved all logic for local files to src/main/providers/local * added new local library section on sidebar
This commit is contained in:
parent
e69e394e2a
commit
2cb29c28c5
10 changed files with 165 additions and 118 deletions
|
@ -13,7 +13,9 @@ import {BrowserWindow} from "./base/browserwindow";
|
|||
import {init as Sentry} from "@sentry/electron";
|
||||
import {RewriteFrames} from "@sentry/integrations";
|
||||
import {components, ipcMain} from "electron"
|
||||
import {ProviderDB} from "./providers/local/db";
|
||||
|
||||
ProviderDB.init()
|
||||
|
||||
// Analytics for debugging fun yeah.
|
||||
Sentry({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue