mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Clean up the PR
This commit is contained in:
parent
3add7aa25e
commit
8d82d4d56f
2 changed files with 0 additions and 23 deletions
|
|
@ -64,27 +64,5 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
||||||
"directory": "packages/safe-chain"
|
"directory": "packages/safe-chain"
|
||||||
},
|
|
||||||
"pkg": {
|
|
||||||
"targets": [
|
|
||||||
"node22-linux-x64",
|
|
||||||
"node22-linux-arm64",
|
|
||||||
"node22-macos-x64",
|
|
||||||
"node22-macos-arm64",
|
|
||||||
"node22-win-x64",
|
|
||||||
"node22-win-arm64"
|
|
||||||
],
|
|
||||||
"outputPath": "dist",
|
|
||||||
"assets": [
|
|
||||||
"node_modules/certifi/**/*"
|
|
||||||
],
|
|
||||||
"scripts": [
|
|
||||||
"src/**/*.js",
|
|
||||||
"bin/**/*.js"
|
|
||||||
],
|
|
||||||
"ignore": [
|
|
||||||
"**/*.spec.js",
|
|
||||||
"test/**"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ import forge from "node-forge";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import os from "os";
|
import os from "os";
|
||||||
import { ui } from "../environment/userInteraction.js";
|
|
||||||
|
|
||||||
const certFolder = path.join(os.homedir(), ".safe-chain", "certs");
|
const certFolder = path.join(os.homedir(), ".safe-chain", "certs");
|
||||||
const ca = loadCa();
|
const ca = loadCa();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue