feat: add fs.existsSync import to worker-utils for file existence checks
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user