feat: add backup replication targets
This commit is contained in:
+4
-1
@@ -1,8 +1,9 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
import * as crypto from 'node:crypto';
|
||||
import * as stream from 'stream';
|
||||
|
||||
export { path, stream };
|
||||
export { path, crypto, stream };
|
||||
|
||||
// @apiglobal scope
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
@@ -44,6 +45,7 @@ import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
import * as smartregistry from '@push.rocks/smartregistry';
|
||||
import * as smartsamba from '@push.rocks/smartsamba';
|
||||
import * as smartssh from '@push.rocks/smartssh';
|
||||
import * as smartstream from '@push.rocks/smartstream';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
@@ -72,6 +74,7 @@ export {
|
||||
smartpromise,
|
||||
smartregistry,
|
||||
smartrequest,
|
||||
smartsamba,
|
||||
smartssh,
|
||||
smartstream,
|
||||
smartstring,
|
||||
|
||||
Reference in New Issue
Block a user