feat: snapshot corestore resources

This commit is contained in:
2026-05-02 21:59:42 +00:00
parent 02d1b77ae8
commit 4eb1394dbb
4 changed files with 220 additions and 1 deletions
+2 -1
View File
@@ -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';