mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +01:00
wip
This commit is contained in:
1
index.ts
1
index.ts
@@ -12,6 +12,7 @@ log("starting up...: args: " + process.argv.join(" "));
|
|||||||
|
|
||||||
// Load config and ensure defaults
|
// Load config and ensure defaults
|
||||||
const config = initConfig();
|
const config = initConfig();
|
||||||
|
``;
|
||||||
|
|
||||||
// If there's no privateKey or bunker configured, run the setup wizard
|
// If there's no privateKey or bunker configured, run the setup wizard
|
||||||
if (!config.privateKey && !config.bunker) {
|
if (!config.privateKey && !config.bunker) {
|
||||||
|
|||||||
Reference in New Issue
Block a user