Add named project snapshots
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { db } from "../../db/client.js";
|
||||
import { ProjectSnapshotRepository } from "../../db/repositories/project-snapshot.repository.js";
|
||||
|
||||
export const projectSnapshotStore =
|
||||
new ProjectSnapshotRepository(db);
|
||||
Reference in New Issue
Block a user