fix: useUnionTypes for TS oapi codegen
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m37s
Build and Deploy Go App / deploy (push) Successful in 34s

This commit is contained in:
nihonium 2025-11-23 04:02:23 +03:00
parent 0942df1fa4
commit 0c94930bca
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -1,3 +1,3 @@
npx openapi-typescript-codegen --input ..\..\api\openapi.yaml --output ./src/api --client axios
npx openapi-typescript-codegen --input ..\..\api\openapi.yaml --output ./src/api --client axios --useUnionTypes
oapi-codegen --config=api/oapi-codegen.yaml .\api\openapi.yaml
sqlc generate -f .\sql\sqlc.yaml