Also remove script dir

This commit is contained in:
Reinier Criel 2025-12-12 11:17:17 -08:00
parent 7e88490bd1
commit a405a51706
5 changed files with 53 additions and 8 deletions

View file

@ -120,6 +120,13 @@ export function getShimsDir() {
return path.join(os.homedir(), ".safe-chain", "shims");
}
/**
* @returns {string}
*/
export function getScriptsDir() {
return path.join(os.homedir(), ".safe-chain", "scripts");
}
/**
* @param {string} executableName
*