This commit is contained in:
Zef Hemel
2022-04-26 20:31:31 +02:00
parent 76636dd9b1
commit 0182a587e4
10 changed files with 60 additions and 32 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { app, BrowserWindow, dialog, Menu } from "electron";
const path = require("path");
import { ExpressServer } from "@silverbulletmd/server/api_server";
import { ExpressServer } from "@silverbulletmd/server/express_server";
import * as fs from "fs";
let mainWindow: BrowserWindow | undefined;