This commit is contained in:
2025-01-10 03:09:32 +01:00
commit 8f805e0ebf
16 changed files with 10309 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}