Abstract Attachment Storage (#777)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Matt
2025-06-19 10:26:12 -04:00
committed by GitHub
parent 799c36ec3b
commit e1b232e0d1
22 changed files with 822 additions and 213 deletions

View File

@@ -25,6 +25,8 @@ tasks:
cmds:
- swag fmt --dir={{ .API }}
- swag init --dir={{ .API }},{{ .INTERNAL }}/core/services,{{ .INTERNAL }}/data/repo --parseDependency
- cp -r ./docs/swagger.json ../../../../docs/en/api/openapi-2.0.json
- cp -r ./docs/swagger.yaml ../../../../docs/en/api/openapi-2.0.yaml
sources:
- "./backend/app/api/**/*"
- "./backend/internal/data/**"