Update saves bank path
Some checks failed
Run Tests / test (pull_request) Failing after 46s

This commit is contained in:
thepaperpilot 2024-04-12 07:04:52 -05:00
parent 329b859fd6
commit 394c3c0af0

View file

@ -130,7 +130,7 @@ watch(saveToImport, importedSave => {
}
});
let bankContext = import.meta.globEager("./../../saves/*.txt", { as: "raw" });
let bankContext = import.meta.globEager("./../../../saves/*.txt", { as: "raw" });
let bank = ref(
Object.keys(bankContext).reduce((acc: Array<{ label: string; value: string }>, curr) => {
acc.push({