Merge 54b718aee6 into 4583f88626
This commit is contained in:
commit
c9654f00a2
@ -17,7 +17,7 @@ type StoredIdentity = {
|
|||||||
createdAtMs: number;
|
createdAtMs: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
const DEFAULT_DIR = path.join(os.homedir(), ".clawdbot", "identity");
|
const DEFAULT_DIR = path.join(os.homedir(), ".moltbot", "identity");
|
||||||
const DEFAULT_FILE = path.join(DEFAULT_DIR, "device.json");
|
const DEFAULT_FILE = path.join(DEFAULT_DIR, "device.json");
|
||||||
|
|
||||||
function ensureDir(filePath: string) {
|
function ensureDir(filePath: string) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user