mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-07 16:03:07 +00:00
fixing caps - part 2
This commit is contained in:
parent
1870558175
commit
126a136deb
@ -12,7 +12,7 @@ import {
|
|||||||
showSuccessMessage,
|
showSuccessMessage,
|
||||||
} from "../utils/messages.js";
|
} from "../utils/messages.js";
|
||||||
import { checkDependencies } from "../services/nodeService.js";
|
import { checkDependencies } from "../services/nodeService.js";
|
||||||
import { getCodexRootPath, getCodexBinPath } from "../utils/appdata.js";
|
import { getCodexRootPath, getCodexBinPath } from "../utils/appDataa.js";
|
||||||
|
|
||||||
const platform = os.platform();
|
const platform = os.platform();
|
||||||
|
|
||||||
|
|||||||
12
src/main.js
12
src/main.js
@ -20,13 +20,13 @@ import {
|
|||||||
import { runCodex, checkNodeStatus } from "./handlers/nodeHandlers.js";
|
import { runCodex, checkNodeStatus } from "./handlers/nodeHandlers.js";
|
||||||
import { showInfoMessage } from "./utils/messages.js";
|
import { showInfoMessage } from "./utils/messages.js";
|
||||||
import { ConfigService } from "./services/configService.js";
|
import { ConfigService } from "./services/configService.js";
|
||||||
import { openCodexApp } from "./services/codexAppa.js";
|
import { openCodexApp } from "./services/codexApp.js";
|
||||||
|
|
||||||
import { UiService } from "./services/uiServicea.js";
|
import { UiService } from "./services/uiService.js";
|
||||||
import { FsService } from "./services/fsServicea.js";
|
import { FsService } from "./services/fsService.js";
|
||||||
import { MainMenu } from "./ui/mainmenu.js";
|
import { MainMenu } from "./ui/mainMenua.js";
|
||||||
import { InstallMenu } from "./ui/installmenu.js";
|
import { InstallMenu } from "./ui/installMenua.js";
|
||||||
import { ConfigMenu } from "./ui/configmenu.js";
|
import { ConfigMenu } from "./ui/configMenua.js";
|
||||||
import { PathSelector } from "./utils/pathSelector.js";
|
import { PathSelector } from "./utils/pathSelector.js";
|
||||||
import { NumberSelector } from "./utils/numberSelector.js";
|
import { NumberSelector } from "./utils/numberSelector.js";
|
||||||
import { MenuLoop } from "./utils/menuLoop.js";
|
import { MenuLoop } from "./utils/menuLoop.js";
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { getAppDataDir } from "../utils/appdata.js";
|
import { getAppDataDir } from "../utils/appDataa.js";
|
||||||
import {
|
import {
|
||||||
getCodexBinPath,
|
getCodexBinPath,
|
||||||
getCodexDataDirDefaultPath,
|
getCodexDataDirDefaultPath,
|
||||||
getCodexLogsDefaultPath,
|
getCodexLogsDefaultPath,
|
||||||
} from "../utils/appdata.js";
|
} from "../utils/appDataa.js";
|
||||||
|
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
codexExe: "",
|
codexExe: "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user