[fabric/domain] Setup service and mock exports
This commit is contained in:
parent
f07928b893
commit
14ca23ef74
@ -3,6 +3,7 @@ export * from "./events/index.js";
|
||||
export * from "./files/index.js";
|
||||
export * from "./models/index.js";
|
||||
export * from "./security/index.js";
|
||||
export * from "./services/index.js";
|
||||
export * from "./storage/index.js";
|
||||
export * from "./types/index.js";
|
||||
export * from "./use-case/index.js";
|
||||
|
||||
1
packages/fabric/domain/src/mocks.ts
Normal file
1
packages/fabric/domain/src/mocks.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./services/mocks.js";
|
||||
1
packages/fabric/domain/src/services/index.ts
Normal file
1
packages/fabric/domain/src/services/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./uuid-generator.js";
|
||||
1
packages/fabric/domain/src/services/mocks.ts
Normal file
1
packages/fabric/domain/src/services/mocks.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "./uuid-generator.mock.js";
|
||||
Loading…
Reference in New Issue
Block a user