mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-30 14:20:27 +00:00
drop cli and bump deps
This commit is contained in:
parent
29f583e936
commit
43eba5437a
8 changed files with 64 additions and 308 deletions
10
Taskfile.yml
10
Taskfile.yml
|
@ -1,16 +1,6 @@
|
|||
version: "3"
|
||||
|
||||
tasks:
|
||||
cli:
|
||||
cmds:
|
||||
- cd backend && go run ./app/cli/ {{.CLI_ARGS}}
|
||||
silent: false
|
||||
|
||||
cli:build:
|
||||
cmds:
|
||||
- cd backend && go build ./app/cli/
|
||||
silent: false
|
||||
|
||||
api:
|
||||
cmds:
|
||||
- cd backend/app/api/ && swag fmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue