Update save bank to account for new location
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
Run Tests / test (push) Successful in 2m5s

This commit is contained in:
escapee 2024-04-11 09:41:18 -07:00
parent 91378ad4b0
commit 06415bdf7b

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( let bank = ref(
Object.keys(bankContext).reduce((acc: Array<{ label: string; value: string }>, curr) => { Object.keys(bankContext).reduce((acc: Array<{ label: string; value: string }>, curr) => {
acc.push({ acc.push({