mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +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",
|
".": "./inbox-processor.ts",
|
||||||
"./http": "./http.ts",
|
"./http": "./http.ts",
|
||||||
"./crypto": "./crypto.ts",
|
"./crypto": "./crypto.ts",
|
||||||
"./entities": "./entities.ts",
|
"./entities": "./entities/index.ts",
|
||||||
"./schemas": "./schemas.ts"
|
"./schemas": "./schemas/index.ts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue