feat(storage): add StorageManager and cache subsystem; integrate storage into ConnectionManager and GitopsApp, migrate legacy connections, and add tests
This commit is contained in:
2
ts/storage/index.ts
Normal file
2
ts/storage/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { StorageManager } from './classes.storagemanager.ts';
|
||||
export type { IStorageConfig, TStorageBackend } from './classes.storagemanager.ts';
|
||||
Reference in New Issue
Block a user