Skip to content

Commit

Permalink
fix: remove old monokle cli
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Oct 19, 2023
1 parent b8fb041 commit 140b428
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
42 changes: 0 additions & 42 deletions cli/terminal.ts

This file was deleted.

4 changes: 0 additions & 4 deletions electron/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import {app} from 'electron';
import log from 'electron-log';

import {machineIdSync} from 'node-machine-id';
import yargs from 'yargs';
import {hideBin} from 'yargs/helpers';

import terminal from '@root/cli/terminal';
import {init as sentryInit} from '@sentry/electron/main';
import electronStore from '@shared/utils/electronStore';
import '@shared/utils/segment';
Expand Down Expand Up @@ -55,5 +53,3 @@ if (process.env.MONOKLE_RUN_AS_NODE) {
} else {
openApplication();
}

terminal().catch(e => log.error(e));

0 comments on commit 140b428

Please sign in to comment.