Files
motr/.github/taskfiles/taskfile.radar.yml

17 lines
283 B
YAML

# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"
silent: true
vars:
GIT_ROOT:
sh: git rev-parse --show-toplevel
tasks:
templ:
dir: "{{.GIT_ROOT}}"
sources:
- internal/ui/**/*.templ
watch: true
cmds:
- templ generate