cleanup and yarn update

This commit is contained in:
SpikeHD 2022-07-12 17:21:03 -07:00
parent 0ec8782f48
commit 4fc90ee333
4 changed files with 6192 additions and 6297 deletions

View File

@ -5,7 +5,6 @@ windows_subsystem = "windows"
use once_cell::sync::Lazy;
use std::{sync::Mutex, collections::HashMap};
use std::path::PathBuf;
use std::thread;
use sysinfo::{System, SystemExt};

View File

@ -1,7 +1,5 @@
use duct::cmd;
use crate::file_helpers;
#[tauri::command]
pub fn run_program(path: String) {
// Open in new thread to prevent blocking.

View File

@ -18,7 +18,7 @@ export async function toggleEncryption(path: string) {
// Write file
await fs.writeFile({
path,
contents: JSON.stringify(serverConf)
contents: JSON.stringify(serverConf, null, 2),
})
}

12484
yarn.lock

File diff suppressed because it is too large Load Diff