rename, start to generalize blades-engine

This commit is contained in:
2022-06-07 18:08:01 +00:00
parent b21ce5aa38
commit 40a99dd12b
22 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}