GHOSCHT
884fc94001
Just the generated types will be used. The server stubs are unusable, since JWT auth isn't really supported in the generator (it says it does but nothing is generated...)
2 lines
106 B
Makefile
2 lines
106 B
Makefile
openapi:
|
|
openapi-generator-cli generate -i ./openapi/api/server.yaml -g rust-axum -o ./openapi/module
|