initial commit. Cloned timetracker repository
This commit is contained in:
16
taskfiles/templates.yml
Normal file
16
taskfiles/templates.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
|
||||
watch:
|
||||
desc: Watch and compile templates
|
||||
aliases: [w]
|
||||
cmds:
|
||||
- templ generate -path app/templ -watch
|
||||
|
||||
build:
|
||||
desc: Compile templates
|
||||
aliases: [b]
|
||||
cmds:
|
||||
- templ generate -path app/templ
|
||||
|
||||
Reference in New Issue
Block a user