Files
leistungsbilanz-ts/src/server/composition/project-snapshot-store.ts
T
2026-07-25 22:15:22 +02:00

6 lines
213 B
TypeScript

import { db } from "../../db/client.js";
import { ProjectSnapshotRepository } from "../../db/repositories/project-snapshot.repository.js";
export const projectSnapshotStore =
new ProjectSnapshotRepository(db);