chore: init dev container (#85)

This commit is contained in:
Hayden 2022-10-15 12:56:58 -08:00 committed by GitHub
parent 461be2afca
commit 72bdf524c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 0 deletions

View file

@ -4,6 +4,12 @@ env:
HBOX_STORAGE_SQLITE_URL: .data/homebox.db?_fk=1
tasks:
setup:
desc: Install dependencies
cmds:
- go install github.com/swaggo/swag/cmd/swag@latest
- cd backend && go mod tidy
- cd frontend && pnpm install --shamefully-hoist
generate:
desc: |
Generates collateral files from the backend project