diff --git a/src/account.ts b/src/account.ts index a590d33..d849a03 100644 --- a/src/account.ts +++ b/src/account.ts @@ -1,4 +1,4 @@ -const ACCOUNTS_FILE = "./accounts.json"; +const ACCOUNTS_FILE = "./.cache/accounts.json"; export const initAccounts = async (): Promise => { if (!(await Bun.file(ACCOUNTS_FILE).exists())) {