mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
17 lines
283 B
YAML
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
|