[fabric/domain] Remove src directory

This commit is contained in:
Pablo Baleztena 2024-10-16 11:53:03 -03:00
parent 26cc090284
commit 72780b9803
64 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@fabric/domain", "name": "@fabric/domain",
"exports": { "exports": {
".": "./src/index.ts", ".": "./index.ts",
"./mocks": "./src/mocks.ts" "./mocks": "./mocks.ts"
} }
} }