mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
add granola sync
This commit is contained in:
parent
6a0e5981dd
commit
949d36c04d
6 changed files with 511 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { dirname } from "node:path";
|
|||
import { init as initGmailSync } from "@x/core/dist/knowledge/sync_gmail.js";
|
||||
import { init as initCalendarSync } from "@x/core/dist/knowledge/sync_calendar.js";
|
||||
import { init as initFirefliesSync } from "@x/core/dist/knowledge/sync_fireflies.js";
|
||||
import { init as initGranolaSync } from "@x/core/dist/knowledge/granola/sync.js";
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = dirname(__filename);
|
||||
|
|
@ -54,6 +55,9 @@ app.whenReady().then(() => {
|
|||
// start fireflies sync
|
||||
initFirefliesSync();
|
||||
|
||||
// start granola sync
|
||||
initGranolaSync();
|
||||
|
||||
app.on('activate', () => {
|
||||
if (BrowserWindow.getAllWindows().length === 0) {
|
||||
createWindow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue