docs(api): 补全 OpenAPI 注释与生成文档
为接口、模型与脚本补齐 Swagger/OpenAPI 注释,生成最新文档,并增加一键生成与查看入口。
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
"test": "nx run-many -t test -p api web",
|
||||
"lint": "nx run-many -t lint -p web contracts",
|
||||
"db:create": "scripts/create-database.sh",
|
||||
"migrate": "nx run api:migrate"
|
||||
"migrate": "nx run api:migrate",
|
||||
"openapi": "nx run api:openapi"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nx/vite": "^21.0.0",
|
||||
|
||||
Reference in New Issue
Block a user