fix(packages/sdk): Fix broken JSR build

This commit is contained in:
Jesse Wierzbinski 2026-03-31 04:16:26 +02:00
parent b7e77097ba
commit db7b1f60b4
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
".": "./inbox-processor.ts",
"./http": "./http.ts",
"./crypto": "./crypto.ts",
"./entities": "./entities.ts",
"./schemas": "./schemas.ts"
"./entities": "./entities/index.ts",
"./schemas": "./schemas/index.ts"
}
}