feat: add fs.existsSync import to worker-utils for file existence checks

This commit is contained in:
Alex Newman
2025-12-09 00:32:02 -05:00
parent 5550ecf623
commit ba2c098ec1
8 changed files with 26 additions and 25 deletions
+1
View File
@@ -1,4 +1,5 @@
import path from "path";
import { existsSync } from "fs";
import { homedir } from "os";
import { spawnSync } from "child_process";
import { getPackageRoot } from "./paths.js";