Move config.ts from utils/ to src/

This commit is contained in:
Mario Zechner 2025-12-09 01:28:06 +01:00
parent 0c1a9c3091
commit 14d99b5f86
15 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@ import type { EditorTheme, MarkdownTheme, SelectListTheme } from "@mariozechner/
import { type Static, Type } from "@sinclair/typebox";
import { TypeCompiler } from "@sinclair/typebox/compiler";
import chalk from "chalk";
import { getCustomThemesDir, getThemesDir } from "../../../utils/config.js";
import { getCustomThemesDir, getThemesDir } from "../../../config.js";
// ============================================================================
// Types & Schema