Include node-forge in binary again

This commit is contained in:
Sander Declerck 2025-11-28 15:17:29 +01:00
parent 1d00084202
commit ec9a266164
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View file

@ -3,6 +3,9 @@ import path from "path";
import fs from "fs";
import os from "os";
// @ts-ignore
forge.options.usePureJavaScript = true;
const certFolder = path.join(os.homedir(), ".safe-chain", "certs");
const ca = loadCa();