feat: initial commit

This commit is contained in:
2025-06-15 16:44:44 +02:00
parent c50d1858f2
commit 21b334bc70
27 changed files with 13550 additions and 122 deletions

View File

@ -12,7 +12,7 @@ ASMFLAGS ?= -trimpath=$(PWD) \
CI_EVENT ?= push
watch: tools/modd/bin/modd bin/templ
tools/modd/bin/modd
$(MAKE) run-with-env CMD="tools/modd/bin/modd"
run-with-env: .env
( set -o allexport && source .env && set +o allexport && $(value CMD))