feat: snapshot corestore resources
This commit is contained in:
@@ -4,9 +4,10 @@ import * as crypto from 'node:crypto';
|
||||
import * as fs from 'node:fs/promises';
|
||||
import * as http from 'node:http';
|
||||
import * as path from 'node:path';
|
||||
import * as stream from 'node:stream';
|
||||
import * as streamPromises from 'node:stream/promises';
|
||||
|
||||
export { childProcess, crypto, fs, http, path, streamPromises };
|
||||
export { childProcess, crypto, fs, http, path, stream, streamPromises };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as projectinfo from '@push.rocks/projectinfo';
|
||||
|
||||
Reference in New Issue
Block a user