this might not be happening
This commit is contained in:
parent
d15ee4de30
commit
8e1d2dc96b
3 changed files with 385 additions and 241 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue