Change folder to codenomad for config

This commit is contained in:
Shantur Rathore
2025-11-14 14:25:04 +00:00
parent 9f2edbb9db
commit 541027c93e

View File

@@ -3,7 +3,7 @@ import { join } from "path"
import { readFile, writeFile, mkdir, unlink, stat } from "fs/promises"
import { existsSync } from "fs"
const CONFIG_DIR = join(app.getPath("home"), ".config", "opencode-client")
const CONFIG_DIR = join(app.getPath("home"), ".config", "codenomad")
const CONFIG_FILE = join(CONFIG_DIR, "config.json")
const INSTANCES_DIR = join(CONFIG_DIR, "instances")