-
Describe the featurehello ! i can't figure out how to get the openapi generation and maybe having it on /_openapi.json in production ? thanks ! Additional information
|
Beta Was this translation helpful? Give feedback.
Answered by
mirsella
Dec 14, 2024
Replies: 1 comment
-
i just had to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mirsella
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i just had to use
openAPI: {
production: "prerender",
},
but this wasn't in the doc, had to dig in code