Files
donovankelly.xyz/Taskfile.yaml
2025-12-03 10:05:43 -06:00

8 lines
112 B
YAML

version: "3"
tasks:
run-webapp:
cmds:
- go build -o ./bin/webapp ./cmd/webapp
- ./bin/webapp