remove nx workspace

This commit is contained in:
2025-02-21 09:46:36 -06:00
parent fbdf9581c4
commit d29260a919
43 changed files with 18905 additions and 17677 deletions

18
.vscode/tasks.json vendored
View File

@@ -19,6 +19,24 @@
}
}
}
},
{
"type": "npm",
"script": "test",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"pattern": "$tsc",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "(.*?)"
},
"endsPattern": {
"regexp": "bundle generation complete"
}
}
}
}
]
}