fix(core): update

This commit is contained in:
2023-08-14 19:31:21 +02:00
parent 029f2a6872
commit 9eb9403bea
7 changed files with 206 additions and 144 deletions

4
.vscode/launch.json vendored
View File

@@ -2,8 +2,8 @@
"version": "0.2.0",
"configurations": [
{
"command": "# instrumented",
"name": "Run instrumented terminal",
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}