From c0b37dd581d31ec575a529eb4a296596c1b034af Mon Sep 17 00:00:00 2001 From: pablof7z Date: Wed, 9 Apr 2025 11:46:03 +0100 Subject: [PATCH] wip --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 5a4bd0c..f192900 100644 --- a/index.ts +++ b/index.ts @@ -12,6 +12,7 @@ log("starting up...: args: " + process.argv.join(" ")); // Load config and ensure defaults const config = initConfig(); +``; // If there's no privateKey or bunker configured, run the setup wizard if (!config.privateKey && !config.bunker) {