Embed templates and static files

This commit is contained in:
Maximilian Friedersdorff 2025-06-25 22:43:34 +01:00
parent 868d2a7bbd
commit 8edd857d22
11 changed files with 31 additions and 17 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all: build
build:
go run cmd/fetch-static/main.go
go build cmd/server/main.go