Files
sync-server-v2/source/services/storage/index.ts
T
2026-07-27 10:20:57 +00:00

4 lines
164 B
TypeScript

/** Public storage module surface re-exported for application wiring. */
export { Database } from './database.ts';
export { MigrationService } from './migrate.ts';