Removed unused imports and marked todo as completed

This commit is contained in:
CnF-Gris 2025-07-02 15:11:39 +00:00
parent 0f49a24dec
commit 6d3036c285

View File

@ -1,7 +1,5 @@
// TODO: remove bu dependencies
import { doesFileExist, loadFile, type FileHandle } from "./filesystem-utils";
import { SERVER_PRIVATE_KEY_PATH, SERVER_PUBLIC_KEY_PATH } from "./constants";
import { exec } from "node:child_process"
import { shell, type shellOutput } from "./shell-commands";
export async function openSSLInit() {