mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
12 lines
132 B
YAML
12 lines
132 B
YAML
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
vars:
|
|
GREETING: Hello, World!
|
|
|
|
tasks:
|
|
templ-gen:
|
|
cmd: templ generate
|
|
silent: true
|