refactor: deepen indexeddb-first load path and finalize phase ef docs/scripts

This commit is contained in:
Youzini-afk
2026-03-30 20:00:38 +08:00
parent 1c76ad7a11
commit 10c6db258b
4 changed files with 175 additions and 492 deletions

View File

@@ -1,4 +1,14 @@
{
"scripts": {
"test:p0": "node tests/p0-regressions.mjs",
"test:graph-persistence": "node tests/graph-persistence.mjs",
"test:indexeddb-persistence": "node tests/indexeddb-persistence.mjs",
"test:indexeddb-sync": "node tests/indexeddb-sync.mjs",
"test:indexeddb-migration": "node tests/indexeddb-migration.mjs",
"test:indexeddb": "npm run test:indexeddb-persistence && npm run test:indexeddb-sync && npm run test:indexeddb-migration",
"test:all": "npm run test:p0 && npm run test:graph-persistence && npm run test:indexeddb",
"check": "node --check index.js && node --check bme-db.js && node --check panel.js && node --check ui-status.js && node --check event-binding.js"
},
"dependencies": {
"triviumdb": "^0.4.41"
},