fix: wrong cache path
This commit is contained in:
@@ -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())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user