mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-30 22:30:28 +00:00
chore: rewrite python script in go (#201)
This commit is contained in:
parent
891d41b75f
commit
490a0ece86
4 changed files with 75 additions and 71 deletions
|
@ -26,7 +26,7 @@ tasks:
|
|||
--modular \
|
||||
--path ./backend/app/api/static/docs/swagger.json \
|
||||
--output ./frontend/lib/api/types
|
||||
- python3 ./scripts/process-types.py ./frontend/lib/api/types/data-contracts.ts
|
||||
- go run ./scripts/process-types/*.go ./frontend/lib/api/types/data-contracts.ts
|
||||
sources:
|
||||
- "./backend/app/api/**/*"
|
||||
- "./backend/internal/data/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue