Skip to content

Commit

Permalink
exclude apiv3 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Oct 24, 2024
1 parent ffcb885 commit 5886462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/bin/swagger-jsdoc/generate-spec-apiv1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ OUT=${OUT:-"${APP_PATH}/tmp/openapi-spec-apiv1.json"}
swagger-jsdoc \
-o "${OUT}" \
-d "${APP_PATH}/bin/swagger-jsdoc/definition-apiv1.js" \
"${APP_PATH}/src/server/routes/*/*.{js,ts}" \
"${APP_PATH}/src/server/routes/!(apiv3)/**/*.{js,ts}" \
"${APP_PATH}/src/server/routes/attachment/**/*.{js,ts}" \
"${APP_PATH}/src/server/models/openapi/**/*.{js,ts}"

0 comments on commit 5886462

Please sign in to comment.