This commit is contained in:
Dax Raad
2025-05-26 21:44:55 -04:00
parent a1d40f8f28
commit b840a40759
16 changed files with 23 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import fs from "fs/promises";
import fs from "node:fs/promises";
import { AppPath } from "./path";
import { Log } from "../util/log";
import { Context } from "../util/context";

View File

@@ -1,4 +1,4 @@
import path from "path";
import path from "node:path";
export namespace AppPath {
export function data(input: string) {