Removed unused imports and marked todo as completed
This commit is contained in:
parent
0f49a24dec
commit
6d3036c285
@ -1,7 +1,5 @@
|
|||||||
// TODO: remove bu dependencies
|
|
||||||
import { doesFileExist, loadFile, type FileHandle } from "./filesystem-utils";
|
import { doesFileExist, loadFile, type FileHandle } from "./filesystem-utils";
|
||||||
import { SERVER_PRIVATE_KEY_PATH, SERVER_PUBLIC_KEY_PATH } from "./constants";
|
import { SERVER_PRIVATE_KEY_PATH, SERVER_PUBLIC_KEY_PATH } from "./constants";
|
||||||
import { exec } from "node:child_process"
|
|
||||||
import { shell, type shellOutput } from "./shell-commands";
|
import { shell, type shellOutput } from "./shell-commands";
|
||||||
|
|
||||||
export async function openSSLInit() {
|
export async function openSSLInit() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user