Skip to content

Commit

Permalink
Merge pull request #67 from cm-iwata/fix/launch-json-typo
Browse files Browse the repository at this point in the history
Fix typo in launch.json
  • Loading branch information
deepu105 authored Dec 6, 2024
2 parents 1d74347 + 1c6384f commit 668de7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"args": [
"build",
"--bin=jwtui",
"--package=jwtui"
"--package=jwt-ui"
],
"filter": {
"name": "jwtui",
Expand All @@ -40,7 +40,7 @@
"test",
"--no-run",
"--bin=jwtui",
"--package=jwtui"
"--package=jwt-ui"
],
"filter": {
"name": "jwtui",
Expand Down

0 comments on commit 668de7f

Please sign in to comment.