Skip to content

Commit

Permalink
fix: add server bin to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Aug 27, 2024
1 parent 53856cc commit 6a05963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"typings": "dist/src/index",
"exports": {
"./package.json": "./package.json",
".": "./dist/src/index.js"
".": "./dist/src/index.js",
"./bin/server.js": "./bin/server.js"
},
"scripts": {
"test": "cross-env TS_NODE_TRANSPILE_ONLY=true mocha --require ts-node/register \"test/**/*.ts\" --exclude \"test/**/*.d.ts\"",
Expand Down

0 comments on commit 6a05963

Please sign in to comment.