fixing caps - part 2

This commit is contained in:
ThatBen 2025-04-02 10:50:46 +02:00
parent 1870558175
commit 126a136deb
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB
12 changed files with 9 additions and 9 deletions

View File

@ -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();

View File

@ -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";

View File

@ -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: "",