Skip to content

Commit 342a471

Browse files
committed
chore(example): specify output folder for OpenAPI definition
To test the new feature to create a missing folder.
1 parent 5b55a3d commit 342a471

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

example/lib/example-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class ExampleStack extends Stack {
2727
openApiInfo: {
2828
version: documentationVersion,
2929
},
30-
openApiOutputPath: 'openapi.json',
30+
openApiOutputPath: 'openapi/openapi.json',
3131
binaryMediaTypes: ['image/png'],
3232
deploy: true,
3333
deployOptions: {

0 commit comments

Comments
 (0)