Skip to content

Commit

Permalink
chore(projects): update @soybeanjs/cli and generate total changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 6, 2023
1 parent 3c7e1cf commit 58591f6
Show file tree
Hide file tree
Showing 4 changed files with 1,083 additions and 882 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"name": "Vue debugger",
"url": "http://localhost:3200",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",
"request": "launch",
"name": "TS debugger",
"skipFiles": ["<node_internals>/**"],
"runtimeArgs": ["--loader", "tsx"],
"program": "${relativeFile}"
}
]
}
Loading

0 comments on commit 58591f6

Please sign in to comment.