Merge pull request #1846 from FliegendeWurst/openapi-revive

OpenAPI documentation fixes
This commit is contained in:
Elian Doran
2025-05-04 00:24:15 +03:00
committed by GitHub
7 changed files with 55 additions and 17 deletions

View File

@@ -16,6 +16,7 @@
"server:start-prod": "nx run server:start-prod",
"electron:build": "nx build desktop",
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
"chore:update-version": "tsx ./scripts/update-version.ts",
"test": "pnpm nx run-many -t test",