Skip to content

Commit cc6f286

Browse files
authored
chore: add missing package.json export to server package (#700)
1 parent fc50deb commit cc6f286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"typescript": "^4.9.4"
6363
},
6464
"exports": {
65+
"./package.json": "./package.json",
6566
"./api/rest": "./api/rest/index.js",
6667
"./api/rpc": "./api/rpc/index.js",
6768
"./express": "./express/index.js",

0 commit comments

Comments
 (0)