Skip to content

Commit

Permalink
cliで使えるように
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba committed Nov 15, 2023
1 parent 96ba7b4 commit 2fb0c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions features/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import {
createConnection,
ProposedFeatures,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"type": "module",
"name": "@aiscript-dev/aiscript-languageserver",
"version": "0.1.0",
"bin": "./.dist/cli/index.js",
"bin": {
"aiscript-languageserver": "./.dist/cli/index.js"
},
"exports": {
".": {
"import": "./.dist/core/index.js",
Expand Down

0 comments on commit 2fb0c8e

Please sign in to comment.