docs-util: add docblock generator for models built with DML (#8296)

* docs-util: add docblock generator for models built with DML

* add missing turbo task
This commit is contained in:
Shahed Nasser
2024-07-29 10:11:39 +02:00
committed by GitHub
parent cb33ec5cf1
commit d127abbcda
30 changed files with 749 additions and 63 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"watch": "turbo run watch",
"lint": "turbo run lint",
"generate:references": "turbo run generate:references",
"generate:oas": "turbo run generate:oas"
"generate:oas": "turbo run generate:oas",
"generate:dml": "turbo run generate:dml"
},
"dependencies": {
"@babel/core": "^7.23.0",