fix: wrong cache path

This commit is contained in:
Pihkaal
2025-08-04 17:52:34 +02:00
parent 3e54f675a2
commit 52b87e740d

View File

@@ -1,4 +1,4 @@
const ACCOUNTS_FILE = "./accounts.json"; const ACCOUNTS_FILE = "./.cache/accounts.json";
export const initAccounts = async (): Promise<void> => { export const initAccounts = async (): Promise<void> => {
if (!(await Bun.file(ACCOUNTS_FILE).exists())) { if (!(await Bun.file(ACCOUNTS_FILE).exists())) {