core: reorganize ConfigPaths module export for cleaner dependency management

This commit is contained in:
Dax Raad
2026-04-16 13:32:22 -04:00
parent 85ff86fe9e
commit 3519d2cbb1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
export * as ConfigPaths from "./paths"
import path from "path"
import { Filesystem } from "@/util"
import { Flag } from "@/flag/flag"