refactor: remove unnecessary Taskfile

This commit is contained in:
Prad Nukala 2024-12-08 19:03:30 -05:00
parent 4487c64b6f
commit 5a32d6546a

View File

@ -1,11 +0,0 @@
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
templ-gen:
cmd: templ generate
silent: true