mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-22 02:56:24 -07:00
refactor: remove root node and npm workflow deps
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import { safeStorage } from 'electron';
|
||||
import electron from 'electron';
|
||||
|
||||
const { safeStorage } = electron;
|
||||
|
||||
interface PersistedSessionPayload {
|
||||
encryptedSession?: string;
|
||||
|
||||
Reference in New Issue
Block a user