feat(storage): persist siprouter data in smartdata and smartbucket

This commit is contained in:
2026-05-21 23:35:50 +00:00
parent 04e706715f
commit 3e2fee16c1
14 changed files with 2018 additions and 492 deletions
+4
View File
@@ -0,0 +1,4 @@
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartdata from '@push.rocks/smartdata';
export { smartbucket, smartdata };