feat: switch ST-BME runtime to indexeddb-primary with sync hardening

This commit is contained in:
Youzini-afk
2026-03-30 18:38:58 +08:00
parent 1fd9da738f
commit 1c76ad7a11
14 changed files with 5124 additions and 78 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"triviumdb": "^0.4.41"
},
"devDependencies": {
"dexie": "4.0.8",
"fake-indexeddb": "^6.2.5"
}
}