refactor: remove confirmed dead helpers

This commit is contained in:
Peter Steinberger
2026-04-06 16:13:18 +01:00
parent d82644cdc8
commit 2b6e08bbfa
15 changed files with 12 additions and 155 deletions

View File

@@ -21,7 +21,7 @@ export type NodeHostConfig = {
const NODE_HOST_FILE = "node.json";
export function resolveNodeHostConfigPath(): string {
function resolveNodeHostConfigPath(): string {
return path.join(resolveStateDir(), NODE_HOST_FILE);
}