chore: update deps and remove out-dated files

This commit is contained in:
Haoyu Xu
2024-10-10 15:01:55 +08:00
parent d2763f4fb2
commit 34ce23ae7f
22 changed files with 566 additions and 573 deletions

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"type": "node-terminal",
"name": "Run Script: charword",
"request": "launch",
"command": "pnpm run charword",
"command": "pnpm run charwords:update",
"cwd": "${workspaceFolder}"
},
{