Skip to content

Commit

Permalink
document, please ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Sep 17, 2023
1 parent b4689d4 commit 2ae52d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"type": "node"
},
{
"name": "debug with tsx loader",
"type": "node",
"request": "launch",
"name": "使用tsx调试",
"runtimeArgs": [
"--loader",
"tsx"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ in .vscode/launch.json

```
{
"name": "debug with tsx loader",
"type": "node",
"request": "launch",
"name": "使用tsx调试",
"runtimeArgs": [
"--loader",
"tsx"
Expand Down

0 comments on commit 2ae52d8

Please sign in to comment.