Add persistent storage feature

This commit is contained in:
kwaroran
2024-02-13 13:20:38 +09:00
parent ad3bd9b17f
commit aa320988b0
4 changed files with 85 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
import { checkDriver } from "src/ts/drive/drive";
import { DataBase } from "src/ts/storage/database";
import { isNodeServer, isTauri } from "src/ts/storage/globalApi";
import { persistantStorageRecommended } from "src/ts/storage/persistant";
</script>