mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 12:49:16 +02:00
fix(packages/sdk): Fix broken JSR build
This commit is contained in:
parent
b7e77097ba
commit
db7b1f60b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue