Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Jan 1, 2024
1 parent c10a7a6 commit 7faef4c
Show file tree
Hide file tree
Showing 45 changed files with 991 additions and 1,917 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"program": "${workspaceFolder}/dev/tests/unit.mjs"
},
{
"command": "function prompt{echo \" `b\"}\ncls\nnpm run test:dev:repl\nexit",
"command": "cls\nnpm run test:dev:repl\nexit",
"name": "启动REPL",
"request": "launch",
"type": "node-terminal"
},
{
"command": "function prompt{echo \" `b\"}\ncls\nnpm run build:dist\nexit",
"command": "cls\nnpm run build:dist\nexit",
"name": "构建dist",
"request": "launch",
"type": "node-terminal"
},
{
"command": "function prompt{echo \" `b\"}\ncls\nnpm run build:doc\nexit",
"command": "cls\nnpm run build:doc\nexit",
"name": "构建doc",
"request": "launch",
"type": "node-terminal"
Expand Down
244 changes: 0 additions & 244 deletions dev/build/build.mjs

This file was deleted.

Loading

0 comments on commit 7faef4c

Please sign in to comment.