drop cli and bump deps

This commit is contained in:
Hayden 2022-08-29 18:34:27 -08:00
parent 29f583e936
commit 43eba5437a
8 changed files with 64 additions and 308 deletions

View file

@ -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