This commit is contained in:
2026-03-04 18:00:26 +01:00
parent 86cfe54f6e
commit c8c4d1e97d
17 changed files with 604 additions and 210 deletions
+2
View File
@@ -1,3 +1,5 @@
import { AppData } from "../data/app-data";
type Params = {
cmd: string;
cwd?: string;
+1 -1
View File
@@ -1,6 +1,6 @@
import fs from "fs";
import grabDirNames from "./grab-dir-names";
import { TCIGlobalConfig } from "@/types";
import { TCIGlobalConfig } from "@/src/types";
export default function grabTurboCiConfig() {
const { TURBOCI_CONFIG_JSON_FILE } = grabDirNames();