chore: migrate monorepo to deno 2 #3

Merged
piarrot merged 12 commits from chore-migrate-to-deno2 into main 2024-10-16 13:13:56 -03:00
64 changed files with 2 additions and 2 deletions
Showing only changes of commit 72780b9803 - Show all commits

View File

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