chore(projects): update @soybeanjs/cli and generate total changelog

This commit is contained in:
Soybean
2023-06-07 01:46:09 +08:00
parent 3c7e1cf442
commit 58591f660a
4 changed files with 991 additions and 790 deletions

8
.vscode/launch.json vendored
View File

@ -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}"
}
]
}