Skip to content

Commit 1744877

Browse files
committed
🔧 server: build entrypoints for api and hooks
1 parent 213947f commit 1744877

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@exactly/server": patch
3+
---
4+
5+
🔧 build entrypoints for api and hooks

‎server/package.json‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"./api/*": {
2727
"types": "./api/*.ts"
2828
},
29+
"./api/bin": "./dist/api/bin.cjs",
30+
"./hooks/*/bin": "./dist/hooks/bin/*.cjs",
2931
"./workers/*/bin": "./dist/workers/*/bin.cjs"
3032
},
3133
"files": [

0 commit comments

Comments
 (0)