refactor to match the repo directory layout
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export * from "./models/shared.js"
|
||||
export * from "./models/types.js"
|
||||
export * from "./models/factories.js"
|
||||
export * from "./models/ops.js"
|
||||
export * from "./policies/selection.js"
|
||||
export * from "./policies/segments.js"
|
||||
export * from "./workflows/ingestSnapshot.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../domain/models/ingestSnapshot/factories.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../domain/models/ingestSnapshot/ops.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../domain/models/ingestSnapshot/shared.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../domain/models/ingestSnapshot/types.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../policies/ingestSnapshot/segments.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../policies/ingestSnapshot/selection.js"
|
||||
@@ -0,0 +1 @@
|
||||
export * from "../../../workflows/ingestSnapshot.js"
|
||||
Reference in New Issue
Block a user