mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: fix make gen (#7190)
This commit is contained in:
@ -20,7 +20,7 @@ log "Use temporary file: ${API_MD_TMP_FILE}"
|
||||
pushd "${PROJECT_ROOT}"
|
||||
go run github.com/swaggo/swag/cmd/swag@v1.8.9 init \
|
||||
--generalInfo="coderd.go" \
|
||||
--dir="./coderd,./codersdk,./enterprise/coderd" \
|
||||
--dir="./coderd,./codersdk,./enterprise/coderd,./enterprise/wsproxy/wsproxysdk" \
|
||||
--output="./coderd/apidoc" \
|
||||
--outputTypes="go,json" \
|
||||
--parseDependency=true
|
||||
|
Reference in New Issue
Block a user