Files
PLG-MuDiCS/display/justfile
T

7 lines
105 B
Makefile

gen:
go tool templ generate
cd internal/pdfjs && deno install --frozen
dev: gen
go run *.go