feat: streamline app initialization and dependency management

This commit is contained in:
Prad N
2025-03-19 14:47:22 -04:00
parent 00b23353c9
commit 8b4d51ee30
7 changed files with 50 additions and 99 deletions
+24
View File
@@ -0,0 +1,24 @@
#
version: '3'
includes:
buf: .github/taskfiles/Buf.yml
bun: .github/taskfiles/Bun.yml
docker: .github/taskfiles/Docker.yml
dokku: .github/taskfiles/Dokku.yml
doppler: .github/taskfiles/Doppler.yml
gh: .github/taskfiles/Gh.yml
go: .github/taskfiles/Go.yml
goreleaser: .github/taskfiles/Goreleaser.yml
log: .github/taskfiles/Log.yml
pkl: .github/taskfiles/Pkl.yml
templ: .github/taskfiles/Templ.yaml
wrangler: .github/taskfiles/Wrangler.yml
silent: true
vars:
GREETING: Hello, World!
tasks:
default:
cmds:
- echo "{{.GREETING}}"