fixing caps - part 3

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

View File

@ -12,7 +12,7 @@ import {
showSuccessMessage,
} from "../utils/messages.js";
import { checkDependencies } from "../services/nodeService.js";
import { getCodexRootPath, getCodexBinPath } from "../utils/appDataa.js";
import { getCodexRootPath, getCodexBinPath } from "../utils/appData.js";
const platform = os.platform();

View File

@ -24,9 +24,9 @@ import { openCodexApp } from "./services/codexApp.js";
import { UiService } from "./services/uiService.js";
import { FsService } from "./services/fsService.js";
import { MainMenu } from "./ui/mainMenua.js";
import { InstallMenu } from "./ui/installMenua.js";
import { ConfigMenu } from "./ui/configMenua.js";
import { MainMenu } from "./ui/mainMenu.js";
import { InstallMenu } from "./ui/installMenu.js";
import { ConfigMenu } from "./ui/configMenu.js";
import { PathSelector } from "./utils/pathSelector.js";
import { NumberSelector } from "./utils/numberSelector.js";
import { MenuLoop } from "./utils/menuLoop.js";

View File

@ -1,11 +1,11 @@
import fs from "fs";
import path from "path";
import { getAppDataDir } from "../utils/appDataa.js";
import { getAppDataDir } from "../utils/appData.js";
import {
getCodexBinPath,
getCodexDataDirDefaultPath,
getCodexLogsDefaultPath,
} from "../utils/appDataa.js";
} from "../utils/appData.js";
const defaultConfig = {
codexExe: "",