fix: lack of .model.json support

This commit is contained in:
2025-12-15 20:26:25 +01:00
parent 5c396322d9
commit 790312a5b0
11 changed files with 80 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "model_json_name",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"$path": "src"
}
}
}