this might not be happening

This commit is contained in:
Core 2022-01-07 14:50:06 +00:00
parent d15ee4de30
commit 8e1d2dc96b
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
3 changed files with 385 additions and 241 deletions

View file

@ -1,12 +1,8 @@
require('v8-compile-cache');
// import { app } from 'electron';
import { app } from 'electron';
// import { resolve } from 'path';
import { app, BrowserWindow } from "electron";
import * as path from "path";
// Analytics for debugging fun yeah.
// const ElectronSentry = require("@sentry/electron");
// ElectronSentry.init({ dsn: "https://68c422bfaaf44dea880b86aad5a820d2@o954055.ingest.sentry.io/6112214" });
@ -15,7 +11,7 @@ import * as path from "path";
// // Init()
//
import Win from "./base/win";
import {Win} from "./base/win";
const Cider = new Win()