feat(registry): add declarative protocol routing and request-scoped storage hook context across registries

This commit is contained in:
2026-04-16 10:42:33 +00:00
parent 09335d41f3
commit 9643ef98b9
28 changed files with 2327 additions and 1919 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// native scope
import * as asyncHooks from 'node:async_hooks';
import * as path from 'path';
export { path };
export { asyncHooks, path };
// @push.rocks scope
import * as smartarchive from '@push.rocks/smartarchive';